2025-03-11
Some checks failed
ci/woodpecker/push/publish_instable Pipeline failed

This commit is contained in:
gcch 2025-03-11 21:53:20 +01:00
commit 6d873c8366
22 changed files with 444 additions and 156 deletions

View file

@ -1,6 +1,6 @@
/* Élément conteneur de la fenêtre modale. */
.dialog {
--dialog-overlay-background: var(--bg25-secondary);
--dialog-overlay-background: var(--bg25-tertiary);
--dialog-background-color: var(--root-background-color);
--dialog-border-color: var(--root-text-color);
--dialog-shadow-color: var(--root-text-color);
@ -37,14 +37,16 @@
border-block-end: 1px solid var(--dialog-border-color);
h2 {
font-family: "BRKLY", monospace;
padding-inline: var(--s-1);
font-size: var(--s1);
text-transform: uppercase;
font-size: var(--s0);
font-weight: var(--brkly-font-weight-semibold);
}
button {
padding: var(--s-1);
font-family: Banquise, monospace;
font-weight: 500;
font-weight: var(--brkly-font-weight-semibold);
}
}