no message
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<div class="popup-header">
|
<div class="popup-header">
|
||||||
<h2>🎁 2. Dezember – Wenn es still wird</h2>
|
<h2>🎁 2. Dezember – Wenn es still wird</h2>
|
||||||
<div class="popup-tools">
|
<div class="popup-tools">
|
||||||
<button id="btn-font-toggle" aria-label="Schriftart umschalten">A⇄A</button>
|
<button id="btn-font-toggle">Aa ↔ 𝒜</button>
|
||||||
<button id="btn-font-up" aria-label="Schrift vergrößern">A+</button>
|
<button id="btn-font-up" aria-label="Schrift vergrößern">A+</button>
|
||||||
<button id="btn-font-down" aria-label="Schrift verkleinern">A−</button>
|
<button id="btn-font-down" aria-label="Schrift verkleinern">A−</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -279,11 +279,18 @@
|
|||||||
padding: 0.15rem 0.45rem;
|
padding: 0.15rem 0.45rem;
|
||||||
|
|
||||||
font-family: var(--ci-font-readable), serif;
|
font-family: var(--ci-font-readable), serif;
|
||||||
font-size: 0.8rem;
|
font-size: 1.05rem;
|
||||||
|
font-weight: 600;
|
||||||
|
letter-spacing: 0.3px;
|
||||||
color: var(--ci-darkgreen);
|
color: var(--ci-darkgreen);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
box-shadow: 0 0 6px rgba(0,0,0,0.15);
|
box-shadow: 0 0 6px rgba(0,0,0,0.15);
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
gap: 0.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup-tools button:hover {
|
.popup-tools button:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user