diff options
Diffstat (limited to 'sass')
| -rw-r--r-- | sass/style.scss | 9 |
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; +} |
