diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-20 09:24:21 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-20 09:24:40 +0200 |
| commit | 6ef0be3bb1f9e28dffb653011e0f3555a22b7051 (patch) | |
| tree | 31d86f65412926273e187313e4b6838dfbb235ab /src/styles.css | |
| parent | bcab15752b4aca2e059b0a69006d6e132c4ca233 (diff) | |
| download | DevHive-Angular-6ef0be3bb1f9e28dffb653011e0f3555a22b7051.tar DevHive-Angular-6ef0be3bb1f9e28dffb653011e0f3555a22b7051.tar.gz DevHive-Angular-6ef0be3bb1f9e28dffb653011e0f3555a22b7051.zip | |
Fixed and updated styling of rating highlights
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 { |
