Minor corrects on shadows

This commit is contained in:
Fabrice Mouhartem 2019-04-24 00:44:37 +05:30
parent 41504d07a7
commit 8faf6be4f2
2 changed files with 3 additions and 3 deletions

View File

@ -147,11 +147,11 @@ hr.small {
background-size: cover;
-o-background-size: cover;
margin-bottom: 50px;
text-shadow: black 0.1em 0.1em 0.1em;
text-shadow: black 0em 0em 0.2em;
}
.post-heading > a {
font-weight: bold;
color: #ccc;
color: #ddd;
}
.intro-header .site-heading,
.intro-header .post-heading,

File diff suppressed because one or more lines are too long