From bb8ef2203469e949700499499e101354dfb1fe1f Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Thu, 23 Oct 2025 00:20:35 +0200 Subject: client: Add very basic client --- client/style.css | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 client/style.css (limited to 'client/style.css') diff --git a/client/style.css b/client/style.css new file mode 100644 index 0000000..ab72550 --- /dev/null +++ b/client/style.css @@ -0,0 +1,44 @@ +@font-face { + font-family: 'Material Symbols Outlined'; + font-style: normal; + src: url(material-symbols-outlined.woff2) format('woff2'); +} + +.material-symbols-outlined { + /* eslint-disable-next-line css/font-family-fallbacks */ + font-family: 'Material Symbols Outlined'; + font-weight: normal; + font-style: normal; + font-size: 24px; + display: inline-block; + line-height: 1; + text-transform: none; + letter-spacing: normal; + word-wrap: normal; + white-space: nowrap; + direction: ltr; +} + +:root { + color-scheme: light dark; +} + +body { + background-color: light-dark(#eee, #333); + color: light-dark(#333, #eee); + font-family: sans-serif; +} + +button { + background-color: light-dark(#ccc, #555); + font-size: 175%; +} + +.invisible { + display: none; +} + +#error { + color: red; + font-size: 250%; +} -- cgit v1.2.3-70-g09d2