farben angepasst

This commit is contained in:
2026-05-19 22:06:52 +02:00
parent 8a9be85446
commit 2ff61e1509
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -99,7 +99,7 @@ body{
left: 20px; left: 20px;
width: 200px; width: 200px;
padding: 22px; padding: 22px;
background: rgba(255, 255, 255, 0.58); background: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(18px); backdrop-filter: blur(18px);
border: 1px solid rgba(255,255,255,0.3); border: 1px solid rgba(255,255,255,0.3);
border-radius: 24px; border-radius: 24px;
@@ -146,7 +146,7 @@ select{
font-size:15px; font-size:15px;
font-weight:500; font-weight:500;
color:#0f172a; color:#0f172a;
box-shadow: 0 2px 10px rgba(0,0,0,0.08); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.278);
cursor:pointer; cursor:pointer;
transition:0.2s; transition:0.2s;
@@ -171,7 +171,7 @@ select{
font-size:15px; font-size:15px;
font-weight:500; font-weight:500;
color:#ffffff; color:#ffffff;
box-shadow: 0 2px 10px rgba(0,0,0,0.08); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.278);
cursor:pointer; cursor:pointer;
transition:0.2s; transition:0.2s;
margin-top: 8px; margin-top: 8px;
@@ -224,7 +224,7 @@ input[type="range"]{
-webkit-appearance: none; -webkit-appearance: none;
width: 100%; width: 100%;
height: 6px; height: 6px;
background: #d1dbd1; background: #cad1ca;
border-radius: 999px; border-radius: 999px;
outline: none; outline: none;