Add shadows to make text more readable on pictures
This commit is contained in:
parent
3f25b250fb
commit
41504d07a7
@ -147,6 +147,11 @@ hr.small {
|
|||||||
background-size: cover;
|
background-size: cover;
|
||||||
-o-background-size: cover;
|
-o-background-size: cover;
|
||||||
margin-bottom: 50px;
|
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 .site-heading,
|
||||||
.intro-header .post-heading,
|
.intro-header .post-heading,
|
||||||
|
8
static/css/clean-blog.min.css
vendored
8
static/css/clean-blog.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user