From f3a324d9eb72c0f00d952a8d46e0487805fa969d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 30 Jul 2025 02:08:59 +0200 Subject: Add the .translation class --- static/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 5a3bca5..2ceee0c 100644 --- a/static/style.css +++ b/static/style.css @@ -2288,4 +2288,19 @@ dl dt:not(:first-child) { .error { color: var(--del-color); +} + +/* Intended for use in constructions such as: + *

+ * Austrian National Bank
+ * Oesterreichische Nationalbank + *

+ */ + +*:has(> .translation) { + line-height: 1.1; +} + +.translation { + opacity: 0.5; } \ No newline at end of file -- cgit v1.2.3