diff options
author | hyang <hyang@hyang.xyz> | 2023-09-14 20:45:06 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-09-14 20:45:06 -0700 |
commit | 3c460d23e168d93790cd548fa90e04b4d91c6fb8 (patch) | |
tree | dcc2a5ee32559700f633007363a7e64e5b9cf13f /assets | |
parent | 7f7961065b11d46f2db506cda7e2ec352c68dd34 (diff) |
coloring
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/extended/custom.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/css/extended/custom.css b/assets/css/extended/custom.css index 19afa36..831259e 100644 --- a/assets/css/extended/custom.css +++ b/assets/css/extended/custom.css @@ -1,12 +1,14 @@ :root { --link-hover-color: #449DD1 !important; --link-hover-underline-color: #449DD1 !important; + --link-background-color: #78C0E0 !important; } .dark { --theme: rgb(0, 0, 0); --link-hover-color: #449DD1 !important; --link-hover-underline-color: #449DD1 !important; + --link-background-color: #449DD1 !important; } .first-entry > header:nth-child(1) { |