From c6979f03fcf99f40ebb0e41b87f981bdc237ffc5 Mon Sep 17 00:00:00 2001 From: "azykov@mail.ru" Date: Sun, 24 May 2026 11:49:22 +0300 Subject: [PATCH] dark theme --- client/src/App.scss | 3 +-- client/src/index.css | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/client/src/App.scss b/client/src/App.scss index 5159b79..b033e62 100644 --- a/client/src/App.scss +++ b/client/src/App.scss @@ -20,7 +20,6 @@ #blob-view { margin-top: 20px; padding: 10px; - background: #eee; font-family: monospace; white-space: pre-wrap; @@ -30,7 +29,7 @@ width: 400px; text-align: left; - font-size: 10pt; + font-size: 75%; & .primitive { diff --git a/client/src/index.css b/client/src/index.css index b148058..8d8f072 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -1,3 +1,8 @@ +:root { + background: #101020; + color: white; +} + /* :root { --text: #6b6375; --text-h: #08060d;