diff options
| author | stefan_gey <stfngy@proton.me> | 2025-03-26 09:33:10 +0100 |
|---|---|---|
| committer | stefan_gey <stfngy@proton.me> | 2025-03-26 09:33:10 +0100 |
| commit | fa48ce31fb44a75a792740f60c7b53423bfdf84b (patch) | |
| tree | fc3fd1c66fab35d75e43f51dc68c9f50f155bd4d /style/style.css | |
| parent | f99b7701847efec51466d6a54f5f057cc6234d88 (diff) | |
changed stylesheet
Diffstat (limited to 'style/style.css')
| -rwxr-xr-x | style/style.css | 11 |
1 files changed, 0 insertions, 11 deletions
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; |
