fix colors
This commit is contained in:
13
index.html
13
index.html
@@ -518,12 +518,8 @@
|
|||||||
color: var(--bs-list-group-color);
|
color: var(--bs-list-group-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-bs-theme=dark] svg {
|
[data-bs-theme=dark] body,
|
||||||
filter: invert(100%) sepia(10%) saturate(7500%) hue-rotate(198deg) brightness(120%) contrast(108%);
|
[data-bs-theme=dark] main {
|
||||||
}
|
|
||||||
|
|
||||||
[data-bs-theme=dark] *,
|
|
||||||
[data-bs-theme=dark] .subscription .list-group-item span {
|
|
||||||
background-color: #181818;
|
background-color: #181818;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -538,6 +534,11 @@
|
|||||||
background-color: #383838;
|
background-color: #383838;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Make inline SVG icons follow text color (incl. Telegram icon) */
|
||||||
|
svg {
|
||||||
|
fill: currentColor;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|||||||
Reference in New Issue
Block a user