diff options
author | hyang <hyang@hyang.xyz> | 2023-09-14 20:42:55 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-09-14 20:42:55 -0700 |
commit | 7f7961065b11d46f2db506cda7e2ec352c68dd34 (patch) | |
tree | d89656b8607cdf3da4071ce0d292f904d18d262e | |
parent | 6556375daa016cf0843f25959d1ecd81da32af1e (diff) |
weird....
-rw-r--r-- | assets/css/extended/custom.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/assets/css/extended/custom.css b/assets/css/extended/custom.css index 1e9663d..19afa36 100644 --- a/assets/css/extended/custom.css +++ b/assets/css/extended/custom.css @@ -1,10 +1,12 @@ -:root, { - --link-hover-color: #449DD1; - --link-hover-underline-color: #449DD1; +:root { + --link-hover-color: #449DD1 !important; + --link-hover-underline-color: #449DD1 !important; } .dark { --theme: rgb(0, 0, 0); + --link-hover-color: #449DD1 !important; + --link-hover-underline-color: #449DD1 !important; } .first-entry > header:nth-child(1) { |