Add shadows to make text more readable on pictures

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

View File

@ -147,6 +147,11 @@ hr.small {
background-size: cover;
-o-background-size: cover;
margin-bottom: 50px;
text-shadow: black 0.1em 0.1em 0.1em;
}
.post-heading > a {
font-weight: bold;
color: #ccc;
}
.intro-header .site-heading,
.intro-header .post-heading,
@ -407,4 +412,4 @@ body {
.article-summary {
padding-top:10px;
padding-bottom: 10px;
}
}

File diff suppressed because one or more lines are too long