in the middle of adding dark mode

This commit is contained in:
css pro 2024-09-30 20:16:51 -07:00 committed by GitHub
parent e0ee42e61e
commit ad952e5c69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,10 @@ body {
min-height: 100vh; min-height: 100vh;
overflow-x: hidden; overflow-x: hidden;
} }
.darkBody {
background-color: #0a0a0a;
color: #f1f1f1;
}
.mobileContainer18 { .mobileContainer18 {
display: flex; display: flex;
width: 1%; width: 1%;
@ -75,6 +79,10 @@ button {
transition: transform 0.5s ease; transition: transform 0.5s ease;
} }
.darkButton{
background-color: #00e1ff;
}
.source-btn { .source-btn {
background-color: #333333; background-color: #333333;
color: white; color: white;