From fa48ce31fb44a75a792740f60c7b53423bfdf84b Mon Sep 17 00:00:00 2001 From: stefan_gey Date: Wed, 26 Mar 2025 09:33:10 +0100 Subject: changed stylesheet --- style/style.css | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'style') diff --git a/style/style.css b/style/style.css index 1548237..e15d884 100755 --- a/style/style.css +++ b/style/style.css @@ -5,7 +5,6 @@ --secondary-color: saddlebrown; --tertiary-color: limegreen; --shadow-color: black; - /* cursor: url(./minecraft_carrot.cur), auto; */ } body { margin: 0px; @@ -97,7 +96,6 @@ nav { overflow: auto; /* height: calc(100% - 20px); */ margin: 10px; - } nav a { display: block; @@ -122,15 +120,6 @@ select { .hor_spacing .hor_spacing_item:last-child { margin-bottom: 0; } -/* button { - display: block; -} -button * { - margin: 0; -} -img { - width: 100%; -} */ .listenbox { border: 1px solid var(--primary-color); border-radius: 10px; -- cgit v1.2.3