Update style.css

This commit is contained in:
Lameni 2021-10-24 10:57:49 +04:00 committed by GitHub
parent a713d142a4
commit ff0e85b039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,10 @@
body { body {
margin: 0; margin: 0;
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
text-shadow: 1px 0 1px #000,
0 1px 1px #000,
-1px 0 1px #000,
0 -1px 1px #000;
} }
h1, h1,
@ -12,12 +16,20 @@ h4,
h5, h5,
h6 { h6 {
font-family: 'Bitter', serif; font-family: 'Bitter', serif;
text-shadow: 1px 0 1px #000,
0 1px 1px #000,
-1px 0 1px #000,
0 -1px 1px #000;
} }
a { a {
text-decoration: none; text-decoration: none;
color: #7771de; color: #7771de;
text-shadow: 1px 0 1px #000,
0 1px 1px #000,
-1px 0 1px #000,
0 -1px 1px #000;
} }
img { img {