link unterhalb "forum post" auch klickbar
This commit is contained in:
parent
9c5ec6af4b
commit
66ce558561
|
|
@ -89,6 +89,14 @@
|
|||
overflow-wrap: anywhere;
|
||||
color: var(--muted);
|
||||
font-size: 0.85rem;
|
||||
font-weight: 400;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.target-url:hover,
|
||||
.target-url:focus {
|
||||
color: var(--sbp-orange-dark);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
|
@ -124,7 +132,13 @@
|
|||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>Open forum post</a>
|
||||
<span id="target-url" class="target-url"></span>
|
||||
<a
|
||||
id="target-url"
|
||||
class="target-url"
|
||||
href="https://forum.sbp.de/notifications"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>https://forum.sbp.de/notifications</a>
|
||||
</div>
|
||||
|
||||
<div id="fallback-panel" class="hint">
|
||||
|
|
@ -145,7 +159,6 @@
|
|||
</main>
|
||||
|
||||
<script src="https://res.cdn.office.net/teams-js/2.19.0/js/MicrosoftTeams.min.js"></script>
|
||||
<script src="/static/flarum-notify-v2.js" defer></script>
|
||||
<script src="/static/flarum-notify-v2.js?v=20260728-1" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue