aboutsummaryrefslogtreecommitdiff
path: root/htdocs/scss/entries
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2022-07-10 01:30:05 +0300
committerEvgeny Zinoviev <me@ch1p.io>2022-07-10 23:53:02 +0300
commit1c524efbf7da91cb99bb4516feb514071e938495 (patch)
treee1fced0104749014db154f5d3b29881e705bfafc /htdocs/scss/entries
parent8979719a1af4bc0712407db7f95704f645f261a3 (diff)
dark theme support
Diffstat (limited to 'htdocs/scss/entries')
-rw-r--r--htdocs/scss/entries/admin/dark.scss2
-rw-r--r--htdocs/scss/entries/admin/light.scss2
-rw-r--r--htdocs/scss/entries/common/dark.scss2
-rw-r--r--htdocs/scss/entries/common/light.scss2
4 files changed, 8 insertions, 0 deletions
diff --git a/htdocs/scss/entries/admin/dark.scss b/htdocs/scss/entries/admin/dark.scss
new file mode 100644
index 0000000..d704436
--- /dev/null
+++ b/htdocs/scss/entries/admin/dark.scss
@@ -0,0 +1,2 @@
+@import '../../colors/dark';
+@import '../../bundle_admin'; \ No newline at end of file
diff --git a/htdocs/scss/entries/admin/light.scss b/htdocs/scss/entries/admin/light.scss
new file mode 100644
index 0000000..4ac8bf0
--- /dev/null
+++ b/htdocs/scss/entries/admin/light.scss
@@ -0,0 +1,2 @@
+@import '../../colors/light';
+@import '../../bundle_admin'; \ No newline at end of file
diff --git a/htdocs/scss/entries/common/dark.scss b/htdocs/scss/entries/common/dark.scss
new file mode 100644
index 0000000..f983214
--- /dev/null
+++ b/htdocs/scss/entries/common/dark.scss
@@ -0,0 +1,2 @@
+@import '../../colors/dark';
+@import '../../bundle_common'; \ No newline at end of file
diff --git a/htdocs/scss/entries/common/light.scss b/htdocs/scss/entries/common/light.scss
new file mode 100644
index 0000000..a3044bd
--- /dev/null
+++ b/htdocs/scss/entries/common/light.scss
@@ -0,0 +1,2 @@
+@import '../../colors/light';
+@import '../../bundle_common'; \ No newline at end of file