diff options
author | hyang <hyang@hyang.xyz> | 2023-09-14 20:20:24 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-09-14 20:20:24 -0700 |
commit | b1eb306dfac72d5bb07fbe8908477e4d1b47af34 (patch) | |
tree | 572a3113d3e03ff1a90d4e4fb94f7ef6e485b7e1 /assets | |
parent | e79dd4c6be6926e3773c024f1c08049897be3d48 (diff) |
Customize theme
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/extended/custom.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/extended/custom.css b/assets/css/extended/custom.css new file mode 100644 index 0000000..7a7b7d4 --- /dev/null +++ b/assets/css/extended/custom.css @@ -0,0 +1,8 @@ +.dark { + --theme: rgb(0, 0, 0); + --link-hover-color: #449DD1; +} + +.first-entry > header:nth-child(1) { + text-shadow: 1px 1px 4px #449DD1; +} |