in the middle of adding dark mode
This commit is contained in:
parent
e0ee42e61e
commit
ad952e5c69
@ -9,6 +9,10 @@ body {
|
||||
min-height: 100vh;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.darkBody {
|
||||
background-color: #0a0a0a;
|
||||
color: #f1f1f1;
|
||||
}
|
||||
.mobileContainer18 {
|
||||
display: flex;
|
||||
width: 1%;
|
||||
@ -75,6 +79,10 @@ button {
|
||||
transition: transform 0.5s ease;
|
||||
}
|
||||
|
||||
.darkButton{
|
||||
background-color: #00e1ff;
|
||||
}
|
||||
|
||||
.source-btn {
|
||||
background-color: #333333;
|
||||
color: white;
|
||||
|
Loading…
x
Reference in New Issue
Block a user