mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 15:16:18 +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) {
|
@media (prefers-color-scheme: dark) {
|
||||||
body {
|
body {
|
||||||
background-color: #1C1C1E;
|
background-color: #1C1C1E;
|
||||||
color: #f1f1f1;
|
color: #f2f2f2;
|
||||||
}
|
}
|
||||||
#transaction {
|
#transaction {
|
||||||
background-color: #191919;
|
background-color: #222222;
|
||||||
}
|
}
|
||||||
p{
|
p{
|
||||||
color: #e6e6e6;
|
color: #e6e6e6;
|
||||||
}
|
}
|
||||||
.topbar{
|
|
||||||
background-color: rgba(1, 1, 1, 0.25);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 600px) {
|
@media screen and (max-width: 600px) {
|
||||||
*{
|
*{
|
||||||
|
|||||||
Reference in New Issue
Block a user