frontend: fix some dark theme (thanks, darkreader)

This commit is contained in:
OleSTEEP 2025-10-16 23:14:03 +03:00
parent a18e5d0ced
commit 9d0763c9d4
3 changed files with 5 additions and 4 deletions

View file

@ -31,7 +31,6 @@
:global(.authors .img-div) {
width: 5rem;
height: 5rem;
background-color: white;
border: 0.15rem dashed;
}
@ -47,6 +46,7 @@
:global(.authors .img-div) {
border-color: #CCCCCC;
background-color: white;
}
}
@ -58,6 +58,7 @@
:global(.authors .img-div) {
border-color: #0C0F14;
background-color: #131A22;
}
}
</style>

View file

@ -219,7 +219,7 @@
background: #F4F4F4;
}
.days li {
.days li button {
color: black;
}
@ -259,7 +259,7 @@
background: #192431;
}
.days li {
.days li button {
color: white;
}

View file

@ -53,7 +53,7 @@
<!-- Время на чтение -->
<div class="horisontal-bar">
<p>Время на чтение</p>
<select class="input rounded" id="hours-count" bind:value={page_data["hours_to_read"]}>
<select class="input rounded" bind:value={page_data["hours_to_read"]}>
<option value="2">менее 2-х часов</option>
<option value="10">2-10 часов</option>
<option value="30">10-30 часов</option>