Reduced shadow for h2 to improve readability.
This commit is contained in:
parent
5269552346
commit
e34ee32973
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ h1 {
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 160%;
|
font-size: 160%;
|
||||||
text-shadow: 2px 2px 6px #303030;
|
text-shadow: 1px 1px 3px #303030;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
|
Loading…
Add table
Reference in a new issue