diff --git a/css/style.css b/css/style.css index f57d989..a9ce33c 100644 --- a/css/style.css +++ b/css/style.css @@ -198,4 +198,12 @@ td { .edit-form img:hover, .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 */ } \ No newline at end of file