This commit is contained in:
Cay 2026-03-12 15:13:58 +00:00
parent fbbfb6a864
commit c8f1dcfb50

View File

@ -88,6 +88,7 @@ body {
font-weight: bold; font-weight: bold;
color: #f0d9a6; color: #f0d9a6;
font-size: 28px;
text-shadow: 0 0 4px black; text-shadow: 0 0 4px black;
} }
@ -100,7 +101,7 @@ body {
.popup-tabs button { .popup-tabs button {
flex: 1; flex: 1;
font-weight: bold;
padding: 10px; padding: 10px;
background: linear-gradient(#5c3b20, #3a2513); background: linear-gradient(#5c3b20, #3a2513);
@ -175,3 +176,8 @@ body {
.popup-header span { .popup-header span {
cursor: pointer; cursor: pointer;
} }
#popup-title {
font-weight: bold;
font-size: 30px;
}