|
|
@ -41,7 +41,6 @@
|
|
|
|
--meta-color: rgb(53, 53, 53);
|
|
|
|
--meta-color: rgb(53, 53, 53);
|
|
|
|
--accent-color: #aacb73;
|
|
|
|
--accent-color: #aacb73;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[data-theme='dark'] {
|
|
|
|
[data-theme='dark'] {
|
|
|
|
--bg-0: #818181;
|
|
|
|
--bg-0: #818181;
|
|
|
|
--bg-1: rgba(133, 133, 133, 0.5);
|
|
|
|
--bg-1: rgba(133, 133, 133, 0.5);
|
|
|
@ -60,7 +59,12 @@
|
|
|
|
--input-color: #294797;
|
|
|
|
--input-color: #294797;
|
|
|
|
--meta-color: rgb(198, 197, 197);
|
|
|
|
--meta-color: rgb(198, 197, 197);
|
|
|
|
--accent-color: #ff9a8c;
|
|
|
|
--accent-color: #ff9a8c;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.invertable-image {
|
|
|
|
|
|
|
|
filter: invert(1);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
html {
|
|
|
|
html {
|
|
|
|
background-color: var(--background-color);
|
|
|
|
background-color: var(--background-color);
|
|
|
|
color: var(--text-color);
|
|
|
|
color: var(--text-color);
|
|
|
@ -138,6 +142,10 @@ h5 {
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 1000px) {
|
|
|
|
@media only screen and (max-width: 1000px) {
|
|
|
|
.content {
|
|
|
|
.content {
|
|
|
|
max-width: var(--normal-layout-width);
|
|
|
|
max-width: var(--normal-layout-width);
|
|
|
|