mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-11 17:57:19 +10:00
11 lines
212 B
CSS
11 lines
212 B
CSS
.page>aside>nav ul li.selected {
|
|
background-color: #004fe2;
|
|
}
|
|
|
|
.page>aside>nav ul li.selected:hover {
|
|
background-color: #295de0;
|
|
}
|
|
|
|
.page>aside>nav ul li.selected:active {
|
|
background-color: #0034b6;
|
|
} |