mirror of
https://github.com/danielkummer/git-flow-cheatsheet.git
synced 2025-04-24 11:08:17 +02:00
Removes text shadow
The text shadow on the <p> tags is distracting IMHO.
This commit is contained in:
parent
77c9018c08
commit
044fbfecf1
@ -59,7 +59,7 @@ h3 {
|
|||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
text-shadow: 0 2px 1px #fff;
|
text-shadow: none;
|
||||||
color: #222438;
|
color: #222438;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user