fix:minor style changes (#37208)

* fix: minor style changes
This commit is contained in:
Ahmad Abdolsaheb
2019-10-14 17:56:47 +03:00
committed by Kristofer Koishigawa
parent e6d55fd086
commit 28c0102ecc
6 changed files with 76 additions and 61 deletions

View File

@@ -48,6 +48,9 @@
text-decoration: none;
background-color: var(--theme-color);
}
#universal-nav-logo:focus {
background-color: inherit;
}
#universal-nav-logo svg {
display: block;
@@ -76,7 +79,7 @@
.nav-list li a {
display: block;
margin: 0;
padding: 8px 15px;
padding: 6px 15px;
color: var(--gray-00);
opacity: 1;
white-space: nowrap;