Compare commits

..

No commits in common. "8950a2bf1d3ed170e6101257f79c2ce2fdc464ad" and "128b9f57e7fa216db10eea41ba4c98afd64e66f9" have entirely different histories.

2 changed files with 3 additions and 6 deletions

View file

@ -197,10 +197,7 @@ ul.pagination li {
}
.statuslol_time a:hover,
.statuslol_time a:active {
.statuslol_time a:active,
.statuslol_time a.active {
color: var(--hover) !important;
}
small[style^="opacity: .5"] {
opacity: 1 !important;
}

View file

@ -6,7 +6,7 @@
--base01: #282828; /* off-bg */
--base02: #383838; /* inner-bg */
--base03: #585858; /* muted */
--base04: #abaaaa; /* off-fg */
--base04: #959494; /* off-fg */
--base05: #d8d8d8; /* fg */
--base06: #e8e8e8;
--base07: #5f8700; /* user prompt */