diff options
author | hyang <hyang@hyang.xyz> | 2023-09-14 20:38:43 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-09-14 20:38:43 -0700 |
commit | 60f27cf2c96d57c1259f2968b41334fb10c0f337 (patch) | |
tree | f0434c2d24a84acb0b31b4b98601f4fcbe70f4d2 /assets | |
parent | ad8e11cda60e671b15dada919999d93aaec3e0c8 (diff) |
customize
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/extended/custom.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/css/extended/custom.css b/assets/css/extended/custom.css index 7a7b7d4..3530d98 100644 --- a/assets/css/extended/custom.css +++ b/assets/css/extended/custom.css @@ -1,8 +1,10 @@ -.dark { +:root, .dark { --theme: rgb(0, 0, 0); --link-hover-color: #449DD1; + --link-hover-underline-color: #449DD1; } + .first-entry > header:nth-child(1) { text-shadow: 1px 1px 4px #449DD1; } |