Changeset 43909 for branches/5.0/src/wp-content/themes/twentynineteen/sass/site/header/_site-header.scss
- Timestamp:
- 11/19/2018 09:26:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/sass/site/header/_site-header.scss
r43892 r43909 59 59 box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); 60 60 display: block; 61 width: 32px;62 height: 32px;61 width: 50px; 62 height: 50px; 63 63 overflow: hidden; 64 64 transition: box-shadow $background_transition ease-in-out; … … 86 86 margin: auto; 87 87 display: inline; 88 88 color: $color__text-main; 89 89 90 a:link, 91 a:visited { 90 a { 92 91 color: $color__text-main; 92 93 &:link, 94 &:visited { 95 color: $color__text-main; 96 } 97 98 &:hover { 99 color: $color__text-hover; 100 } 93 101 } 94 102 … … 104 112 + .main-navigation { 105 113 display: block; 106 }107 108 a {109 color: inherit;110 111 &:hover {112 color: $color__text-hover;113 }114 114 } 115 115
Note: See TracChangeset
for help on using the changeset viewer.