feat: implement theme toggle switch
This commit is contained in:
+3
-8
@@ -15,15 +15,10 @@ body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
color: white;
|
||||
background-color: #05254a;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
Reference in New Issue
Block a user