aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-10-23 12:41:45 +0300
committerGravatar Vitaly Takmazov2019-10-23 12:41:45 +0300
commite828e85295e58ebd7541a70fc313dd9e537501a7 (patch)
tree263dcfcdb08b2f5a8b51ab0e260dd8f3af6cf3f3
parent2195b697d770721655c595a688d712d0c648d73d (diff)
style: drop remaining box shadows
-rw-r--r--src/main/assets/style.css8
1 files 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;