added dark mode
This commit is contained in:
parent
14334e7197
commit
215c8d2c3a
14 changed files with 51 additions and 13 deletions
|
@ -58,4 +58,12 @@ html {
|
|||
.aboutLogo{
|
||||
max-width: 25%;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
html{
|
||||
background-color: #212224;
|
||||
color: white;
|
||||
}
|
||||
.textarea{
|
||||
background-color: #212224;
|
||||
color: white;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue