From ef8e99fb9751edca54f9816e405dfd03683ec1c3 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 14 Oct 2018 11:51:19 +0200 Subject: [PATCH] style for website button --- css/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/css/style.css b/css/style.css index 10b7154..9c4c00c 100755 --- a/css/style.css +++ b/css/style.css @@ -360,6 +360,9 @@ body { .button.thunderbird::before { background: #0A84FF; } + +.button.libocon::before { + background: #11A500; } .button.boxed.white { border: 1px solid #fff; @@ -454,6 +457,14 @@ body { .button.boxed.thunderbird:hover { color: #fff; background: #0A84FF; } + +.button.boxed.libocon { + border: 1px solid #11A500; + background: none; + color: #11A500; } + .button.boxed.libocon:hover { + color: #fff; + background: ##11A500; } .button.boxed.openlabs { border: 1px solid #2BBBB0;