Simplify nav user span
This commit is contained in:
parent
41ba0894ac
commit
4401fa7376
3 changed files with 20 additions and 12 deletions
|
@ -1541,6 +1541,12 @@ header {
|
|||
#user-links {
|
||||
color: rgb(146, 141, 132);
|
||||
}
|
||||
#user-links > ul > li > span:hover {
|
||||
border-top-color: rgb(165, 58, 7);
|
||||
color: rgb(193, 191, 188);
|
||||
background-image: initial;
|
||||
background-color: rgba(20, 22, 22, 0.25);
|
||||
}
|
||||
#nav-shadow {
|
||||
background-image: linear-gradient(rgb(41, 44, 46),
|
||||
rgba(0, 0, 0, 0));
|
||||
|
@ -1793,6 +1799,9 @@ noscript #noscript {
|
|||
.background-footer {
|
||||
color: rgb(126, 119, 107);
|
||||
}
|
||||
#loading-bar {
|
||||
background-color: rgb(101, 38, 33);
|
||||
}
|
||||
@media (min-width: 800px) {
|
||||
#page-container {
|
||||
background-image: initial;
|
||||
|
@ -3823,15 +3832,6 @@ mjx-merror {
|
|||
mjx-assistive-mml {
|
||||
border-color: initial !important;
|
||||
}
|
||||
mjx-stretchy-v > mjx-ext {
|
||||
border-color: transparent;
|
||||
}
|
||||
.recently-attempted ul {
|
||||
list-style-image: initial;
|
||||
}
|
||||
.organization-row:last-child {
|
||||
border-bottom-color: initial;
|
||||
}
|
||||
|
||||
/* Override Style */
|
||||
.vimvixen-hint {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue