diff options
Diffstat (limited to 'src/styles.css')
| -rw-r--r-- | src/styles.css | 7 |
1 files changed, 7 insertions, 0 deletions
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 { |
