Compare commits

...

2 Commits

Author SHA1 Message Date
lif
a14ebabef7 update readme 2025-01-24 19:24:31 +00:00
lif
56e5934676 fix: Tweaks 2025-01-24 19:11:03 +00:00
2 changed files with 17 additions and 3 deletions

View File

@@ -1 +1 @@
modified from https://github.com/mauromotion/Kagi-Gruvbox-Material-themes/blob/main/kagi-grubox-material-medium-dark.css
gruv kagi theme modified from https://github.com/mauromotion/Kagi-Gruvbox-Material-themes/blob/main/kagi-grubox-material-medium-dark.css

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;
}