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 | 84e614d7bed2d30930344c427ff227558162d0c6 (patch) | |
tree | 2c1b3689be82c4dffdea4d1d006ec015854d911a /www/assets/res/css/home.css | |
parent | ecc045c85422d593b2614502478ff95a841725fd (diff) | |
download | crupest-84e614d7bed2d30930344c427ff227558162d0c6.tar.gz crupest-84e614d7bed2d30930344c427ff227558162d0c6.tar.bz2 crupest-84e614d7bed2d30930344c427ff227558162d0c6.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 +} |