Update Reader.

This commit is contained in:
Bruce
2026-04-02 11:33:57 +08:00
parent 880a834296
commit f9f4db3f6c
41 changed files with 3921 additions and 663 deletions

View File

@@ -1,11 +1,11 @@
.page>aside>nav ul li.selected {
background-color: #0059ff;
background-color: #004fe2;
}
.page>aside>nav ul li.selected:hover {
background-color: #1a52e0;
background-color: #295de0;
}
.page>aside>nav ul li.selected:active {
background-color: #1a52e0;
background-color: #0034b6;
}