Подчёркивать только ссылки в тексте записей

This commit is contained in:
Alexander Yakovlev 2018-08-14 15:53:45 +07:00
parent c603ddf686
commit b084089a11
4 changed files with 4 additions and 4 deletions

View file

@ -7006,7 +7006,7 @@ a.skip-link {
width: 100%; }
u,
#content a:not(.btn) {
.entry-content a:not(.btn) {
text-decoration: none;
background: -webkit-gradient(linear, left top, left bottom, from(#fffff8), to(#fffff8)), -webkit-gradient(linear, left top, left bottom, from(#fffff8), to(#fffff8)), -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
background: linear-gradient(#fffff8, #fffff8), linear-gradient(#fffff8, #fffff8), linear-gradient(#333, #333);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -10,7 +10,7 @@
width: 100%;
}
u,
#content a:not(.btn) {
.entry-content a:not(.btn) {
text-decoration: none;
background: linear-gradient(#fffff8, #fffff8), linear-gradient(#fffff8, #fffff8), linear-gradient(#333, #333);
background-size: 0.05em 1px, 0.05em 1px, 1px 1px;