From 2b2bd65a709dcd58c89958275eea830472d0081d Mon Sep 17 00:00:00 2001 From: Borgal Date: Mon, 11 Aug 2025 15:51:39 +0200 Subject: [PATCH] Styleanpassungen --- css/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/css/style.css b/css/style.css index 6e32629..0b81c50 100755 --- a/css/style.css +++ b/css/style.css @@ -11,4 +11,19 @@ pre { padding: 15px; border-radius: 5px; white-space: pre-wrap; +} + +.color-preview { + width: 30px; + height: 30px; + border-radius: 5px; + border: 1px solid #ddd; +} + +.material-symbols-outlined { + font-variation-settings: + 'FILL' 0, + 'wght' 100, /* Wert von 100 bis 700, je niedriger, desto dünner */ + 'GRAD' 0, + 'opsz' 24 } \ No newline at end of file