diff options
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 +} |