forked from Decentrala/website
fix fonts in main.css
This commit is contained in:
parent
c13cbe8955
commit
c826b277ee
@ -1,5 +1,6 @@
|
|||||||
body {
|
body {
|
||||||
background-color: rgb(0, 0, 0);
|
background-color: rgb(0, 0, 0);
|
||||||
|
font: 3vw "Monospace", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
@ -21,12 +22,14 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
|
||||||
color: #24ea26;
|
color: #24ea26;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main h2 {
|
||||||
|
font-size: 5vw;
|
||||||
|
}
|
||||||
|
|
||||||
#about {
|
#about {
|
||||||
font-size: 2rem;
|
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -35,18 +38,21 @@ a {
|
|||||||
color: #24ea26;
|
color: #24ea26;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:active {
|
a:active {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
main ul li {
|
main ul li {
|
||||||
font-size: 2rem;
|
font-size: 3vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
main ul li:hover {
|
main ul li:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user