diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-01-22 21:45:34 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-01-22 21:45:34 +0800 |
commit | 0176af1c6047c540cf19dd1fee3a8ad5873961f3 (patch) | |
tree | 051918b85da3f069a28644d8cdfe2d3ce0a6dfc1 /docker/nginx/sites/www/src | |
parent | f0c212ece6341330296bb396c53526a7b1cfb667 (diff) | |
download | crupest-0176af1c6047c540cf19dd1fee3a8ad5873961f3.tar.gz crupest-0176af1c6047c540cf19dd1fee3a8ad5873961f3.tar.bz2 crupest-0176af1c6047c540cf19dd1fee3a8ad5873961f3.zip |
feat(www): enhance words.
Diffstat (limited to 'docker/nginx/sites/www/src')
-rw-r--r-- | docker/nginx/sites/www/src/style.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/docker/nginx/sites/www/src/style.css b/docker/nginx/sites/www/src/style.css index f2d4ccc..501c262 100644 --- a/docker/nginx/sites/www/src/style.css +++ b/docker/nginx/sites/www/src/style.css @@ -114,6 +114,17 @@ body[data-emotion="angry"] .slogan.angry { text-align: center; } -footer img { +#license a { + font-family: initial; + text-decoration: none; +} + +#license-text { + font-family: monospace; + text-decoration: initial; +} + +#license-img-container img { + height: 1em; vertical-align: middle; } |