From 82952e5953a8fb04f3e94fc4851dc0511f316584 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 20 Mar 2018 02:04:48 +0100 Subject: [PATCH] Update style.css --- css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/style.css b/css/style.css index d688552..30af4aa 100755 --- a/css/style.css +++ b/css/style.css @@ -303,6 +303,9 @@ body { .button.mozilla::before { background: #fc9606; } +.button.openchain::before { + background: #00adbb; } + .button.boxed.white { border: 1px solid #fff; background: none; @@ -379,6 +382,15 @@ body { color: #fff; background: #fc9606; } +.button.boxed.openchain { + border: 1px solid #00adbb; + background: none; + color: #00adbb; } + +.button.boxed.openchain:hover { + color: #fff; + background: #00adbb; } + .button.boxed.light-brown { border: 1px solid #dcbc98; background: none;