Merge pull request #4916 from mempool/natsoni/high-contrast-theme

High contrast theme (duplicate)
This commit is contained in:
softsimon
2024-04-09 14:33:09 +09:00
committed by GitHub
145 changed files with 851 additions and 468 deletions

View File

@@ -22,7 +22,7 @@
}
.qr-wrapper {
background-color: #FFF;
background-color: var(--fg);
padding: 10px;
padding-bottom: 5px;
display: inline-block;
@@ -175,9 +175,7 @@ h1 {
}
a {
color: #1ad8f4;
&:hover, &:focus {
color: #09a3ba;
display: inline-block;
}
}
@@ -254,7 +252,7 @@ h1 {
cursor: pointer;
&.active {
background: #24273e;
background: var(--box-bg);
}
&.active, &:hover {