Themes: Style the Theme Author the same in the multi and singular view, make the links readable. Fixes #26306
git-svn-id: https://develop.svn.wordpress.org/trunk@26458 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
62479c7420
commit
d6703f1776
|
@ -273,7 +273,10 @@
|
||||||
.theme.display-author .theme-author {
|
.theme.display-author .theme-author {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
.theme.display-author .theme-author a {
|
||||||
|
color: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Experiment: allows to scroll through the whole theme
|
* Experiment: allows to scroll through the whole theme
|
||||||
|
@ -628,6 +631,7 @@ body.theme-overlay-open {
|
||||||
margin: 15px 0 25px;
|
margin: 15px 0 25px;
|
||||||
}
|
}
|
||||||
.theme-overlay .theme-author a {
|
.theme-overlay .theme-author a {
|
||||||
|
color: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.theme-overlay .theme-description {
|
.theme-overlay .theme-description {
|
||||||
|
|
Loading…
Reference in New Issue