Merge branch 'main' of https://git.everestlinux.org/EverestLinux/everest-web
stuff broke lol
This commit is contained in:
commit
f8c0ec6f95
@ -17,7 +17,7 @@
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
background-color; #1E1E1E;
|
background-color: #1E1E1E;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
}
|
}
|
||||||
@ -38,6 +38,7 @@
|
|||||||
.main {
|
.main {
|
||||||
margin-left: 160px;
|
margin-left: 160px;
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
|
background-color: #1E1E1E;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-height: 450px) {
|
@media screen and (max-height: 450px) {
|
||||||
@ -66,6 +67,7 @@ h2 {
|
|||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
border-width: 8px;
|
border-width: 8px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
@ -76,7 +78,22 @@ button {
|
|||||||
padding: 12px 28px;
|
padding: 12px 28px;
|
||||||
border-color: #4a86e8ff;
|
border-color: #4a86e8ff;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
background-color: #2C2C2C;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr.dotted {
|
hr.dotted {
|
||||||
border-top: 3px dotted #bbb;
|
border-top: 3px dotted #bbb;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
i {
|
||||||
|
color: white;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user