From 0176af1c6047c540cf19dd1fee3a8ad5873961f3 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Wed, 22 Jan 2025 21:45:34 +0800 Subject: feat(www): enhance words. --- docker/nginx/sites/www/src/style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'docker/nginx/sites/www/src') 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; } -- cgit v1.2.3