Update index.css

This commit is contained in:
css pro 2024-10-01 10:42:22 -07:00 committed by GitHub
parent d5c9f70f58
commit 3768ee4246
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,10 +9,6 @@ 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%;
@ -79,9 +75,6 @@ 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;