From 714fb612f552f0fced41dbc204a12a03644783f6 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 20 Mar 2018 02:00:46 +0100 Subject: [PATCH] Update style.css --- css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/style.css b/css/style.css index a7293a3..18f3242 100755 --- a/css/style.css +++ b/css/style.css @@ -367,6 +367,15 @@ body { color: #fff; background: #2BBBB0; } +.button.boxed.mozilla { + border: 1px solid #ff2f29; + background: none; + color: #ff2f29; } + +.button.boxed.mozilla:hover { + color: #fff; + background: #ff2f29; } + .button.boxed.light-brown { border: 1px solid #dcbc98; background: none;