This commit is contained in:
Jan Prochazka
2021-03-25 12:39:38 +01:00
parent 5f2afc037e
commit 4e76f10175
11 changed files with 91 additions and 34 deletions

View File

@@ -1,11 +1,12 @@
<script context="module">
export const className = 'theme-dark';
export const themeName = 'Dark';
export const themeType = 'dark';
</script>
<style>
:global(.theme-dark) {
--theme-font-1: #ddd;
--theme-font-1: #e3e3e3;
--theme-font-2: #919191;
--theme-font-3: #5e5e5e;
--theme-font-4: #2b2b2b;

View File

@@ -1,6 +1,7 @@
<script context="module">
export const className = 'theme-light';
export const themeName = 'Light';
export const themeType = 'light';
</script>
<style>