diff options
Diffstat (limited to 'sass/dark.scss')
-rw-r--r-- | sass/dark.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sass/dark.scss b/sass/dark.scss new file mode 100644 index 0000000..96db6ba --- /dev/null +++ b/sass/dark.scss @@ -0,0 +1,6 @@ +/* + * Copyright (C) 2021 Daniel Friesel + * + * SPDX-License-Identifier: BSD-2-Clause + */ +@import 'app.scss'; |