diff options
| author | uvok cheetah | 2025-11-03 20:13:26 +0100 |
|---|---|---|
| committer | uvok cheetah | 2025-11-03 20:13:26 +0100 |
| commit | 9115415e9ca95e73f0854a6cd1c81e56835c8ca3 (patch) | |
| tree | 7109765e207fdd20a05fa81f8cf808800c9793f3 | |
| parent | cc5865340b5ba95ef142456b3f3715816c2da4a8 (diff) | |
fix inline style email
| -rw-r--r-- | assets/main.scss | 4 | ||||
| -rw-r--r-- | contact.html | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/assets/main.scss b/assets/main.scss index 23cccd6..ae545cc 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -79,3 +79,7 @@ hr.postsep { .topspace { margin-top: 1em; } + +.hidden { + display: none; +} diff --git a/contact.html b/contact.html index 8c8fc4c..684ccb7 100644 --- a/contact.html +++ b/contact.html @@ -8,7 +8,7 @@ lang: "en" <ul> <li> - Email: bl<span style="display:none">-leavethisout-</span>ogspot@<span style="display:inline">uvok</span><span style="display:none">-leavethisout-</span>chee.de + Email: bl<span class="hidden">-leavethisout-</span>ogspot@<span style="display:inline">uvok</span><span class="hidden">-leavethisout-</span>chee.de </li> <li> XMPP: @uvok@uvok.de |
