User:GeigerCounter/common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 20: | Line 20: | ||
body.skin--responsive #p-cactions li a:hover { | body.skin--responsive #p-cactions li a:hover { | ||
background-color:#a172d0; | |||
color:blue; | |||
} | |||
body.skin--responsive #p-cactions li.selected a:hover { | |||
background-color:#a172d0; | background-color:#a172d0; | ||
color:blue; | color:blue; | ||
} | } | ||
Revision as of 10:02, 5 December 2023
body,div,span {
background-color: black !important;
color: white !important;
}
a {
color:#0483ff;
}
a:visited {
color:#a172d0;
}
body.skin--responsive #p-cactions li a {
background-color:#112222;
color:#0483ff;
}
body.skin--responsive #p-cactions li a:hover {
background-color:#a172d0;
color:blue;
}
body.skin--responsive #p-cactions li.selected a:hover {
background-color:#a172d0;
color:blue;
}