Compare commits

...

2 Commits

Author SHA1 Message Date
41504d07a7 Add shadows to make text more readable on pictures 2019-04-24 00:41:40 +05:30
3f25b250fb .gitignore translations 2019-04-24 00:22:04 +05:30
3 changed files with 12 additions and 6 deletions

3
.gitignore vendored
View File

@ -1 +1,4 @@
example
babel.cfg
messages.pot
translations/fr/LC_MESSAGES/messages.mo

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,

File diff suppressed because one or more lines are too long