css/style.css aktualisiert

This commit is contained in:
M_Viper 2024-02-25 10:59:29 +00:00
parent 77eac85e0c
commit 3613b10a25
1 changed files with 8 additions and 0 deletions

View File

@ -199,3 +199,11 @@ td {
.edit-form a:hover {
cursor: pointer;
}
.watermark {
position: fixed;
bottom: 10px;
right: 10px;
color: rgba(0, 0, 0, 0.3); /* Farbe des Wasserzeichens */
font-size: 10px;
pointer-events: none; /* Damit das Wasserzeichen nicht klickbar ist */
}