diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 15 |
1 files changed, 15 insertions, 0 deletions
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: + * <h3> + * Austrian National Bank<br> + * <span lang="de">Oesterreichische Nationalbank</span> + * </h3> + */ + +*:has(> .translation) { + line-height: 1.1; +} + +.translation { + opacity: 0.5; }
\ No newline at end of file |