summaryrefslogtreecommitdiff
path: root/sass/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/style.scss')
-rw-r--r--sass/style.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/sass/style.scss b/sass/style.scss
new file mode 100644
index 0000000..ca85e72
--- /dev/null
+++ b/sass/style.scss
@@ -0,0 +1,9 @@
+body {
+ color: white;
+ background-color: black;
+}
+
+time {
+ color: red;
+ font-weight: bold;
+}