Compare commits
2 Commits
90a93e37ab
...
a14ebabef7
| Author | SHA1 | Date | |
|---|---|---|---|
| a14ebabef7 | |||
| 56e5934676 |
@@ -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
|
||||
18
gruv.css
18
gruv.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user