summaryrefslogtreecommitdiff
path: root/views/style.sass
blob: b65f749490fd34207a2ee039f2b0b9d580342d99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
body
  background-color: grey

  .header
    :background-color blue

    .logo
      :background-color orange

    .index
      :background-color red

      li
        :display inline
        &:hover
          :background-color white

      li.selected
        :background-color green

  .content
    :background-color yellow

  .footer
    :background-color green