summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorhyang <hyang@hyang.xyz>2023-09-14 21:44:23 -0700
committerhyang <hyang@hyang.xyz>2023-09-14 21:44:23 -0700
commitd2eee3b79256166802729f576227dcb01d5d6556 (patch)
tree9be7d875d7507f1d049c300006e91256d7cd484b /assets
parent3c460d23e168d93790cd548fa90e04b4d91c6fb8 (diff)
fix
Diffstat (limited to 'assets')
-rw-r--r--assets/css/extended/custom.css27
1 files changed, 21 insertions, 6 deletions
diff --git a/assets/css/extended/custom.css b/assets/css/extended/custom.css
index 831259e..c78cacb 100644
--- a/assets/css/extended/custom.css
+++ b/assets/css/extended/custom.css
@@ -1,14 +1,29 @@
:root {
- --link-hover-color: #449DD1 !important;
- --link-hover-underline-color: #449DD1 !important;
- --link-background-color: #78C0E0 !important;
+ --link-hover-color: #449DD1;
+ --link-hover-underline-color: #449DD1;
+ --link-background-color: #78C0E0;
}
.dark {
--theme: rgb(0, 0, 0);
- --link-hover-color: #449DD1 !important;
- --link-hover-underline-color: #449DD1 !important;
- --link-background-color: #449DD1 !important;
+ --link-hover-color: #449DD1;
+ --link-hover-underline-color: #449DD1;
+ --link-background-color: #449DD1;
+}
+
+#menu a {
+ color: var(--secondary);
+}
+#menu a:hover {
+ color: var(--link-hover-color);
+}
+#menu .active {
+ color: var(--link-hover-color) !important;
+ box-shadow: 0 2px 0 var(--link-hover-color);
+}
+
+.nav {
+ flex-direction: column;
}
.first-entry > header:nth-child(1) {