diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-03-29 17:49:09 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-03-29 17:49:09 +0800 |
commit | 50a5b5f2f67e27d7f63e96f3a71fa30800ec73c1 (patch) | |
tree | 73c5226d2968876ae1f333122b05e60c22c14bd1 /www/assets/res/css/home.css | |
parent | 30f2ab82a7051d32cbbe975c978603ff46d35946 (diff) | |
download | crupest-50a5b5f2f67e27d7f63e96f3a71fa30800ec73c1.tar.gz crupest-50a5b5f2f67e27d7f63e96f3a71fa30800ec73c1.tar.bz2 crupest-50a5b5f2f67e27d7f63e96f3a71fa30800ec73c1.zip |
feat(www): update css.
Diffstat (limited to 'www/assets/res/css/home.css')
-rw-r--r-- | www/assets/res/css/home.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/assets/res/css/home.css b/www/assets/res/css/home.css index 1db357e..3df42ff 100644 --- a/www/assets/res/css/home.css +++ b/www/assets/res/css/home.css @@ -4,12 +4,6 @@ top: 0; } -#title-name { - font-family: monospace; - color: var(--bg-color); - background-color: var(--fg-color); -} - #avatar { float: right; } @@ -76,4 +70,4 @@ html[data-theme="dark"] { & .friend-github { filter: invert(1); } -}
\ No newline at end of file +} |