summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
Diffstat (limited to 'sass')
-rw-r--r--sass/app.scss5
-rw-r--r--sass/dark.scss5
-rw-r--r--sass/light.scss5
3 files changed, 15 insertions, 0 deletions
diff --git a/sass/app.scss b/sass/app.scss
index 34681d7..4abc309 100644
--- a/sass/app.scss
+++ b/sass/app.scss
@@ -1,3 +1,8 @@
+/*
+ * Copyright (C) 2011-2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
body {
margin: 0;
color: $fg;
diff --git a/sass/dark.scss b/sass/dark.scss
index d9e8dde..e30bacf 100644
--- a/sass/dark.scss
+++ b/sass/dark.scss
@@ -1,3 +1,8 @@
+/*
+ * Copyright (C) 2011-2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
$bg: #101010;
$fg: #ffffff;
$link-color: #9999ff;
diff --git a/sass/light.scss b/sass/light.scss
index 52ff65e..5dca9ad 100644
--- a/sass/light.scss
+++ b/sass/light.scss
@@ -1,3 +1,8 @@
+/*
+ * Copyright (C) 2011-2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
$bg: #ffffff;
$fg: #000000;
$link-color: #000099;