summaryrefslogtreecommitdiff
path: root/views/style.sass
blob: 8a5c0f4904a5ddd7ea8e2630b7534d237b36bc1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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