Update style.css
This commit is contained in:
parent
a713d142a4
commit
ff0e85b039
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user