summaryrefslogtreecommitdiff
path: root/schist_gtk4_gui/resources/css
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-12-15 17:08:06 +0000
committerJoe Carstairs <me@joeac.net>2024-12-15 17:08:06 +0000
commitadf732f34d13c2e91dc7bafa853c5f7ac8a7b1e2 (patch)
treede9ce431d351fbc05e0bcdf489c12df1059d4dff /schist_gtk4_gui/resources/css
parent96d68fc72cc74fd0858846b9c0df0424faa46adb (diff)
Styles window
Diffstat (limited to 'schist_gtk4_gui/resources/css')
-rw-r--r--schist_gtk4_gui/resources/css/styles.css1
-rw-r--r--schist_gtk4_gui/resources/css/window.css4
2 files changed, 5 insertions, 0 deletions
diff --git a/schist_gtk4_gui/resources/css/styles.css b/schist_gtk4_gui/resources/css/styles.css
new file mode 100644
index 0000000..b42e2df
--- /dev/null
+++ b/schist_gtk4_gui/resources/css/styles.css
@@ -0,0 +1 @@
+@import 'window.css';
diff --git a/schist_gtk4_gui/resources/css/window.css b/schist_gtk4_gui/resources/css/window.css
new file mode 100644
index 0000000..c07e199
--- /dev/null
+++ b/schist_gtk4_gui/resources/css/window.css
@@ -0,0 +1,4 @@
+.window {
+ background-color: #011120;
+ color: #e1f9ff;
+}