Skip to content

Commit 52e192c

Browse files
Update style.css
Changed font family and fixed shadows
1 parent 531779f commit 52e192c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ body {
99

1010
h1, h2, h3, h4, h5, h6, span, p, a {
1111
color: white;
12-
text-shadow: 5px, 5px, 5px, grey;
12+
text-shadow: 5px 5px 2px grey;
13+
font-family: monospace;
1314
}
1415

1516
img {

0 commit comments

Comments
 (0)