remove text-shadow

This commit is contained in:
Jens Petersen 2020-10-30 11:54:51 +08:00
parent 7bc469c5f3
commit ad484ca048
3 changed files with 0 additions and 5 deletions

View File

@ -10,7 +10,6 @@ html {
body { body {
background: #f0f0f0; background: #f0f0f0;
font-family: 'Lato', sans-serif; font-family: 'Lato', sans-serif;
text-shadow: 1px 1px 1px #ffffff;
margin-bottom: 4em; margin-bottom: 4em;
padding-bottom: 2em; padding-bottom: 2em;
} }
@ -43,7 +42,6 @@ code,pre {
.navbar-inner { border-color: #06537d !important; } .navbar-inner { border-color: #06537d !important; }
.footer { .footer {
text-shadow: none;
background: #0981c3; background: #0981c3;
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
color: #fff; color: #fff;

View File

@ -239,7 +239,6 @@ h2.changes-title {
} }
.tag-count { .tag-count {
border: 0.1em solid #d8d8d8; border: 0.1em solid #d8d8d8;
text-shadow: none;
padding: 0 0.25em; padding: 0 0.25em;
border-radius: 0.25em; border-radius: 0.25em;
color: #999; color: #999;
@ -290,4 +289,3 @@ div.plain-text {
padding: 0.5em; padding: 0.5em;
background: #eef; background: #eef;
} }

View File

@ -55,7 +55,6 @@ hr {
display: inline-block; display: inline-block;
padding: 0 0.5em; padding: 0 0.5em;
margin-right: 0.5em; margin-right: 0.5em;
text-shadow: none;
} }
} }
} }