Fix theme
This commit is contained in:
parent
8777698f28
commit
0bbbbcbf77
15 changed files with 6 additions and 17 deletions
12
LICENSE.html
12
LICENSE.html
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue