From 3bf4053b3d675ea30625816a7648655c2dab7890 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 24 Oct 2020 00:09:04 +0300 Subject: [PATCH] Style buttons. --- static/css/screen.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/screen.css b/static/css/screen.css index dbb7b36..a004a86 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -96,6 +96,10 @@ blockquote { margin: 1.5em 1.5em 1.5em .75em; padding-left: .75em; } +button { + color: #cb4b16; + background-color: #002b36 +} .date { color: #DDD; -- GitLab