mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 07:09:12 +00:00
tweaked colors and remvoed top bar bg color from dark mode
This commit is contained in:
@@ -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) {
|
||||
*{
|
||||
|
||||
Reference in New Issue
Block a user