diff --git a/settings.html b/settings.html index 3a21d8c..d0b4c98 100644 --- a/settings.html +++ b/settings.html @@ -23,19 +23,7 @@ body.night { background: linear-gradient(120deg, #fbc2eb 0%, #a6c1ee 70%, #fff 100%); } - /* Wolken-Overlay */ - .clouds { - position: absolute; top: 0; left: 0; - width: 100vw; height: 100vh; - pointer-events: none; - background: url('data:image/svg+xml;utf8,') repeat-x; - opacity: 0.3; - animation: cloudMove 80s linear infinite; - } - @keyframes cloudMove { - from { background-position-x: 0; } - to { background-position-x: -200px; } - } + /* Dialog-Box */ .dialog {