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
1 changed files with 12 additions and 0 deletions

View File

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