tweaked colors and remvoed top bar bg color from dark mode

This commit is contained in:
2023-05-21 15:15:19 +01:00
parent 4d67fbbc1f
commit 4a101db58d

View File

@@ -53,17 +53,14 @@ h3{
@media (prefers-color-scheme: dark) {
body {
background-color: #1C1C1E;
color: #f1f1f1;
color: #f2f2f2;
}
#transaction {
background-color: #191919;
background-color: #222222;
}
p{
color: #e6e6e6;
}
.topbar{
background-color: rgba(1, 1, 1, 0.25);
}
}
@media screen and (max-width: 600px) {
*{