summaryrefslogtreecommitdiffhomepage
path: root/template/src/style.css.rb
blob: 157fc2a8d01b49bcaa41127e31b26a94967fd81a (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
26
27
28
29
30
31
Paggio.css do
  rule 'body' do
    height 100.vh
  end

  rule '.justicar' do
    top 134.px
    left 400.px
    opacity 0.7
    position 'absolute'
    width 400.px
    height 'auto'
  end

  rule '.opal' do
    color :dodgerblue
  end

  rule '.paggio' do
    color :goldenrod
  end

  rule '.articles' do
    color :limegreen
    max width: 400.px
  end

  rule 'h1' do
    font style: :italic
  end
end