From aea041eede1429e49d2962f88d06d7a78ecdfd43 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 20 Mar 2018 02:01:54 +0100 Subject: [PATCH] Update style.css --- css/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 18f3242..d688552 100755 --- a/css/style.css +++ b/css/style.css @@ -300,6 +300,9 @@ body { .button.openlabs::before { background: #2BBBB0; } +.button.mozilla::before { + background: #fc9606; } + .button.boxed.white { border: 1px solid #fff; background: none; @@ -368,13 +371,13 @@ body { background: #2BBBB0; } .button.boxed.mozilla { - border: 1px solid #ff2f29; + border: 1px solid #fc9606; background: none; - color: #ff2f29; } + color: #fc9606; } .button.boxed.mozilla:hover { color: #fff; - background: #ff2f29; } + background: #fc9606; } .button.boxed.light-brown { border: 1px solid #dcbc98;