Fix page creation

This commit is contained in:
2026-04-13 13:07:20 +02:00
parent 95ca30509c
commit 19017bf136
4 changed files with 44 additions and 3 deletions

View File

@@ -102,6 +102,25 @@ header {
color: #ffd54f;
}
.new-btn {
background: none;
border: none;
color: #ffb300;
font: inherit;
cursor: pointer;
padding: 0;
white-space: nowrap;
}
.new-btn::before {
content: "[";
}
.new-btn::after {
content: "]";
}
.new-btn:hover {
color: #ffd54f;
}
/* === Main === */
main {
max-width: 860px;
@@ -313,6 +332,7 @@ textarea:focus {
color: #ffb300;
font: inherit;
cursor: pointer;
text-shadow: inherit;
padding: 0;
}
.btn-save::before {
@@ -330,6 +350,7 @@ textarea:focus {
border: none;
color: #ffb300;
font: inherit;
text-shadow: inherit;
cursor: pointer;
padding: 0;
text-decoration: none;