From dcbc1fa716ecd57473e685c359f761ec7b7781ef Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Tue, 5 May 2026 21:39:35 +0900 Subject: [PATCH] feat: add CSS file --- dzgui/data/app.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 dzgui/data/app.css diff --git a/dzgui/data/app.css b/dzgui/data/app.css new file mode 100644 index 0000000..a2346a8 --- /dev/null +++ b/dzgui/data/app.css @@ -0,0 +1,33 @@ +.invalid-entry { + border-color: red; +} +.frame { + border: 0px; +} +.toast-label { + background-color: black; + border: 1px solid white; +} +.frame > border { + border-radius: 5px; + padding: 5px; +} +.page-heading { + font-size: 1.5rem; + font-weight: 800; + margin-bottom: 0.5rem; +} +.settings-subheading { + font-size: 1.2rem; + font-weight: 700; +} +.left-label { + font-size: 1.3rem; +} +.details-heading { + font-size: 1.2rem +} +.preconnect-heading { + font-size: 1.2rem; + font-weight: 800; +}