make site easier on the eyes
This commit is contained in:
parent
2aefac61c5
commit
0db6aaef1b
@ -17,7 +17,7 @@
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
background-color: #1A1A1A;
|
background-color: #131313;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
}
|
}
|
||||||
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
html {
|
html {
|
||||||
background-color: #1E1E1E;
|
background-color: #1E1E1E;
|
||||||
color: white;
|
color: #bfbfbf;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
@ -178,7 +178,7 @@ h2 {
|
|||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
border-left-width: 6px;
|
border-left-width: 6px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
color: #e6e6e6;
|
color: #bfbfbf;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
Loading…
Reference in New Issue
Block a user