From e828e85295e58ebd7541a70fc313dd9e537501a7 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 23 Oct 2019 12:41:45 +0300 Subject: style: drop remaining box shadows --- src/main/assets/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 488e97dc..411054d8 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -226,7 +226,7 @@ body > header { } #column li > a:hover { background-color: #fff; - box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); + border: 1px solid #eee; transition: background-color 0.2s ease-in; } #column .margtop { @@ -235,7 +235,7 @@ body > header { #column .tags { background: #fff; - box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); + border: 1px solid #eee; line-height: 140%; padding: 6px; text-align: justify; @@ -305,7 +305,7 @@ body > header { article { background: #fff; - box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); + border: 1px solid #eee; line-height: 140%; margin-bottom: 10px; padding: 20px; @@ -394,7 +394,7 @@ article .tags > a, } .msg-cont { background: #FFF; - box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); + border: 1px solid #eee; line-height: 140%; margin-bottom: 12px; padding: 20px; -- cgit v1.2.3