mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-24 16:02:18 +00:00
Compare commits
No commits in common. "8950a2bf1d3ed170e6101257f79c2ce2fdc464ad" and "128b9f57e7fa216db10eea41ba4c98afd64e66f9" have entirely different histories.
8950a2bf1d
...
128b9f57e7
2 changed files with 3 additions and 6 deletions
|
@ -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;
|
||||
}
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue