From ce6e9e700c95d6e8311475dbac67e9737f3ccb3a Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Thu, 25 Apr 2019 00:00:58 +0200 Subject: [PATCH] updated background colors and link style --- style/main.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/style/main.css b/style/main.css index 1154274..be21225 100644 --- a/style/main.css +++ b/style/main.css @@ -11,7 +11,7 @@ body { 'ribbon ribbon' 'sidebar content'; grid-template-columns: 300px auto; - background-color: #3498db; + background-color: #34495e; margin: 0; padding: 0; font-family: 'Fira Sans', serif; @@ -23,13 +23,13 @@ a { color: #ecf0f1; text-decoration: none; font-style: italic; - border-bottom: 5px solid #9b59b6; - transition: color 0.2s; + box-shadow: inset 0 -3px 0 #9b59b6; + transition: all .3s ease-in-out; } a:hover { - color: #9b59b6; - transition: color 0.4s; + box-shadow: inset 0 -21px 0 #9b59b6; + transition: all .3s ease-in-out; } h1, @@ -41,7 +41,7 @@ h2 { .sidebar, .content { padding: 10px; - background-color: #bdc3c7; + background-color: #2c3e50; } .center { @@ -128,7 +128,7 @@ h2 { .side-card { margin: 10px; - background-color: #2c3e50; + background-color: #34495e; } .side-card h4,