Compare commits

..

2 commits

Author SHA1 Message Date
8950a2bf1d minor contrast tweak 2024-01-13 17:20:33 -06:00
006eb3ce9c fix for faded statuslol time/respond links 2024-01-13 17:12:37 -06:00
2 changed files with 6 additions and 3 deletions

View file

@ -197,7 +197,10 @@ 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: #959494; /* off-fg */
--base04: #abaaaa; /* off-fg */
--base05: #d8d8d8; /* fg */
--base06: #e8e8e8;
--base07: #5f8700; /* user prompt */