Fix theme

This commit is contained in:
Miraty 2020-03-15 21:16:06 +01:00
commit 0bbbbcbf77
15 changed files with 6 additions and 17 deletions

View file

@ -10,7 +10,7 @@
margin-left: 20%;
margin-right: 20%;
font-size: 22px;
background-color: #2d2f34;
background-color: #2a2a2a;
color: white;
line-height: 30px;
text-align: justify;
@ -18,8 +18,8 @@
}
::selection {
color: white;
background-color: red;
color: #2a2a2a;
background-color: white;
}
h1 {
@ -28,14 +28,10 @@
a[href] {
color: white;
transition: all 0.5s ease;
transition: color 0.1s;
}
a[href]:hover {
color: red;
}
@font-face {