diff options
author | Doge <[email protected]> | 2021-05-25 10:47:50 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-25 10:47:50 +0800 |
commit | 606ac3aef2fa1e805f5004f1f9a4745f9796d49e (patch) | |
tree | 42e9d6e59b6b47fc6ef33a0560f6b16effa78eaa /source/css/style.css | |
parent | 471a1e3a9ea6dc0cd816812e18b77a96460ed62e (diff) | |
download | chromate-606ac3aef2fa1e805f5004f1f9a4745f9796d49e.tar.gz chromate-606ac3aef2fa1e805f5004f1f9a4745f9796d49e.tar.bz2 chromate-606ac3aef2fa1e805f5004f1f9a4745f9796d49e.zip |
Add feeding page
Diffstat (limited to 'source/css/style.css')
-rw-r--r-- | source/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/css/style.css b/source/css/style.css index d35828d..dc68f3c 100644 --- a/source/css/style.css +++ b/source/css/style.css @@ -63,4 +63,8 @@ pre { .footer { padding: 1rem 1rem 1rem!important; background-color: transparent!important +} + +.feeding :hover { + font-weight: normal; }
\ No newline at end of file |