From 6ef0be3bb1f9e28dffb653011e0f3555a22b7051 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 20 Mar 2021 09:24:21 +0200 Subject: Fixed and updated styling of rating highlights --- src/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/styles.css') diff --git a/src/styles.css b/src/styles.css index a1754e4..0a435a7 100644 --- a/src/styles.css +++ b/src/styles.css @@ -12,6 +12,8 @@ --failure: indianred; --faded-color: #696969; --navbar-height: 2.6em; + --upvote-highlight: #999908; + --downvote-highlight: #c35b5b; } html, @@ -239,6 +241,11 @@ input[type=file]::file-selector-button { padding-left: 0.3em; } +.top-bot-padding-small { + padding-top: 0.2em; + padding-bottom: 0.2em; +} + /* Cards */ .card { -- cgit v1.2.3