From 7ff1714cebffcf386af28bc0bcf2389aea22d751 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sun, 25 May 2025 09:15:04 +0200 Subject: [PATCH] Disable fancy styles --- page/src/App.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/page/src/App.css b/page/src/App.css index 7759b875..cce7d5bb 100644 --- a/page/src/App.css +++ b/page/src/App.css @@ -34,6 +34,7 @@ button { cursor: pointer; } +/* button.fancy.bg-primary, button.fancy.bg-secondary, button.fancy.bg-destructive { @@ -87,6 +88,7 @@ button.fancy.bg-secondary:hover { background: linear-gradient(180deg, rgb(42, 42, 43) 0%, rgb(38, 38, 39) 100%); border: 1px solid rgb(33, 33, 34); } +*/ /*.terminal-output span { padding: 0px 16px;