summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/src/css/main.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/src/css/main.css b/ui/src/css/main.css
index da018314..c76afd59 100644
--- a/ui/src/css/main.css
+++ b/ui/src/css/main.css
@@ -15,10 +15,18 @@ body, .text-white, .navbar-brand, .badge-light, .btn-secondary {
color: var(--info);
}
+.upvote {
+ margin-bottom: -5px;
+}
+
.downvote:hover {
color: var(--danger);
}
+.downvote {
+ margin-top: -10px;
+}
+
.form-control, .form-control:focus {
background-color: var(--secondary);
color: #fff;