fix: Tweaks

This commit is contained in:
lif
2025-01-24 19:11:03 +00:00
parent 90a93e37ab
commit 56e5934676

View File

@@ -1,3 +1,7 @@
body {
background-color: #282828;
}
:root {
--header-border: #1b1b1b;
--sett-active-nav-item-border: #d8a657;
@@ -5,7 +9,6 @@
}
.theme_dark {
--background-color: #282828;
--color-primary: #ddc7a1;
--page-text-color: #ddc7a1;
--header-bg: #1b1b1b;
@@ -60,9 +63,16 @@ footer {
.__sri-title .__sri_title_link {
border-bottom: 1px solid #ddc7a1;
}
.__sri-title .__sri_title_link:visited,
.__srgi-title a:visited {
color: #b16286;
border-bottom: 1px solid #b16286;
}
.__srgi-title a {
.__srgi-title a,
.__sri-title .__sri_title_link {
border-bottom: 1px solid #ddc7a1;
color: #ddc7a1;
}
.__sri-time.--new {
@@ -168,3 +178,7 @@ textarea {
.app-logo {
display: none;
}
.serp-nav .nav_item.n_se::after {
background-color: #a9b665;
}