Make theme less bad
This commit is contained in:
+25
-11
@@ -1,32 +1,44 @@
|
||||
::selection {
|
||||
background-color: #eeadb7;
|
||||
color: #1e1e2e;
|
||||
background-color: #2563eb;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background-color: #eeadb7;
|
||||
color: #1e1e2e;
|
||||
background-color: #2563eb;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Adwaita Mono', monospace;
|
||||
font-family: sans-serif;
|
||||
padding-left: 20px;
|
||||
padding-top: 10px;
|
||||
margin: 0;
|
||||
max-width: 1000px;
|
||||
background-color: #1e1e2e;
|
||||
color: #eeadb7;
|
||||
padding: 0;
|
||||
background-color: #000;
|
||||
color: #b1b8c0;
|
||||
}
|
||||
|
||||
.green, .green::selection, .green::-moz-selection {
|
||||
#wraps {
|
||||
margin: 0 auto;
|
||||
width: 80%;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.green,
|
||||
.green::selection,
|
||||
.green::-moz-selection {
|
||||
color: #5cdd8b;
|
||||
}
|
||||
|
||||
.red, .red::selection, .red::-moz-selection {
|
||||
.red,
|
||||
.red::selection,
|
||||
.red::-moz-selection {
|
||||
color: #dc3545;
|
||||
}
|
||||
|
||||
.grey, .grey::selection, .grey::-moz-selection {
|
||||
.grey,
|
||||
.grey::selection,
|
||||
.grey::-moz-selection {
|
||||
color: #dadada;
|
||||
}
|
||||
|
||||
@@ -34,9 +46,11 @@ body {
|
||||
width: 400px;
|
||||
height: 20px;
|
||||
padding: 10px;
|
||||
margin-bottom: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-radius: 10px;
|
||||
background-color: #040407;
|
||||
}
|
||||
|
||||
.service p {
|
||||
|
||||
Reference in New Issue
Block a user