mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(iframe): background was white in tomorrow theme
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
.app {
|
.app {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
color-scheme: var(--color-scheme, revert) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.boardLayout {
|
.boardLayout {
|
||||||
|
|||||||
@@ -88,6 +88,7 @@
|
|||||||
|
|
||||||
.content iframe {
|
.content iframe {
|
||||||
border: none;
|
border: none;
|
||||||
|
color-scheme: light;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fileInfo {
|
.fileInfo {
|
||||||
|
|||||||
+2
-2
@@ -30,8 +30,8 @@ hr {
|
|||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
:root {
|
||||||
color-scheme: var(--color-scheme, revert);
|
color-scheme: dark;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 640px) {
|
@media (max-width: 640px) {
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
:root .yotsuba {
|
:root .yotsuba {
|
||||||
|
--color-scheme: light;
|
||||||
|
|
||||||
/* backlink */
|
/* backlink */
|
||||||
--post-backlink-text-color: navy;
|
--post-backlink-text-color: navy;
|
||||||
--post-backlink-text-decoration: underline;
|
--post-backlink-text-decoration: underline;
|
||||||
@@ -204,6 +206,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:root .yotsuba-b {
|
:root .yotsuba-b {
|
||||||
|
--color-scheme: light;
|
||||||
|
|
||||||
/* backlink */
|
/* backlink */
|
||||||
--post-backlink-text-color: #34345C;
|
--post-backlink-text-color: #34345C;
|
||||||
--post-backlink-text-decoration: underline;
|
--post-backlink-text-decoration: underline;
|
||||||
@@ -409,6 +413,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:root .futaba {
|
:root .futaba {
|
||||||
|
--color-scheme: light;
|
||||||
|
|
||||||
/* backlink */
|
/* backlink */
|
||||||
--post-backlink-text-color: navy;
|
--post-backlink-text-color: navy;
|
||||||
--post-backlink-text-decoration: underline;
|
--post-backlink-text-decoration: underline;
|
||||||
@@ -581,6 +587,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:root .burichan {
|
:root .burichan {
|
||||||
|
--color-scheme: light;
|
||||||
|
|
||||||
/* backlink */
|
/* backlink */
|
||||||
--post-backlink-text-color: #34345C;
|
--post-backlink-text-color: #34345C;
|
||||||
--post-backlink-text-decoration: underline;
|
--post-backlink-text-decoration: underline;
|
||||||
@@ -976,6 +984,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:root .photon {
|
:root .photon {
|
||||||
|
--color-scheme: light;
|
||||||
|
|
||||||
/* backlink */
|
/* backlink */
|
||||||
--post-backlink-text-color: #f60;
|
--post-backlink-text-color: #f60;
|
||||||
--post-backlink-text-decoration: underline;
|
--post-backlink-text-decoration: underline;
|
||||||
|
|||||||
Reference in New Issue
Block a user