diff options
Diffstat (limited to 'static/skeleton.css')
| -rw-r--r-- | static/skeleton.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/static/skeleton.css b/static/skeleton.css index e38f49f..b9fcfdc 100644 --- a/static/skeleton.css +++ b/static/skeleton.css @@ -144,6 +144,12 @@ hr { .placeholder { font-style: italic; - color: #555; + color: var(--clr-lesser-foreground); + text-align: center; +} + +.versionInfo { + font-size: var(--font-small-size); + color: var(--clr-lesser-foreground); text-align: center; } |
