mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-24 16:02:18 +00:00
Compare commits
2 commits
128b9f57e7
...
8950a2bf1d
Author | SHA1 | Date | |
---|---|---|---|
8950a2bf1d | |||
006eb3ce9c |
2 changed files with 6 additions and 3 deletions
|
@ -197,7 +197,10 @@ ul.pagination li {
|
||||||
}
|
}
|
||||||
|
|
||||||
.statuslol_time a:hover,
|
.statuslol_time a:hover,
|
||||||
.statuslol_time a:active,
|
.statuslol_time a:active {
|
||||||
.statuslol_time a.active {
|
|
||||||
color: var(--hover) !important;
|
color: var(--hover) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
small[style^="opacity: .5"] {
|
||||||
|
opacity: 1 !important;
|
||||||
}
|
}
|
|
@ -6,7 +6,7 @@
|
||||||
--base01: #282828; /* off-bg */
|
--base01: #282828; /* off-bg */
|
||||||
--base02: #383838; /* inner-bg */
|
--base02: #383838; /* inner-bg */
|
||||||
--base03: #585858; /* muted */
|
--base03: #585858; /* muted */
|
||||||
--base04: #959494; /* off-fg */
|
--base04: #abaaaa; /* off-fg */
|
||||||
--base05: #d8d8d8; /* fg */
|
--base05: #d8d8d8; /* fg */
|
||||||
--base06: #e8e8e8;
|
--base06: #e8e8e8;
|
||||||
--base07: #5f8700; /* user prompt */
|
--base07: #5f8700; /* user prompt */
|
||||||
|
|
Loading…
Reference in a new issue