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

View File

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

View File

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