summaryrefslogtreecommitdiff
path: root/views/style.sass
diff options
context:
space:
mode:
Diffstat (limited to 'views/style.sass')
-rw-r--r--views/style.sass22
1 files changed, 22 insertions, 0 deletions
diff --git a/views/style.sass b/views/style.sass
new file mode 100644
index 0000000..8a5c0f4
--- /dev/null
+++ b/views/style.sass
@@ -0,0 +1,22 @@
+body
+ background-color: grey
+
+ .header
+ :background-color blue
+
+ .logo
+ :background-color orange
+
+ .index
+ :background-color red
+
+ li
+ :display inline
+ &:hover
+ :background-color white
+
+ .content
+ :background-color yellow
+
+ .footer
+ :background-color green