slight text-shadow supports readability
This commit is contained in:
parent
dffbfdaf54
commit
dc0995d780
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ body {
|
||||||
background-size:cover;
|
background-size:cover;
|
||||||
background-attachment:fixed;
|
background-attachment:fixed;
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
|
text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
hr { display: none }
|
hr { display: none }
|
||||||
|
|
Loading…
Reference in a new issue