fix: put the whole page in a dark-theme (#39)
This commit is contained in:
@@ -2,3 +2,7 @@
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #111111;
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
|
||||
.content {
|
||||
background-color: #111111;
|
||||
border: 1px solid #4f4f4f;
|
||||
border-radius: 25px;
|
||||
color: #c5c5c5;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user