mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 06:10:09 +00:00
Press This: fix the header styling and add a logo.
Props Michael-Arestad. Fixes #31472. git-svn-id: https://develop.svn.wordpress.org/trunk@31807 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1156,12 +1156,24 @@ html {
|
||||
}
|
||||
}
|
||||
|
||||
.current-site span:nth-child(2) {
|
||||
.current-site-link {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.current-site-link:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.current-site-link:focus .current-site-name{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.current-site-name {
|
||||
color: #ededed;
|
||||
}
|
||||
|
||||
@media (max-width: 320px) {
|
||||
.current-site span:nth-child(2) {
|
||||
.current-site-name {
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user