summaryrefslogtreecommitdiffhomepage
path: root/template/src/style.css.rb
diff options
context:
space:
mode:
Diffstat (limited to 'template/src/style.css.rb')
-rw-r--r--template/src/style.css.rb7
1 files changed, 6 insertions, 1 deletions
diff --git a/template/src/style.css.rb b/template/src/style.css.rb
index 9a41dad..157fc2a 100644
--- a/template/src/style.css.rb
+++ b/template/src/style.css.rb
@@ -5,7 +5,7 @@ Paggio.css do
rule '.justicar' do
top 134.px
- left 360.px
+ left 400.px
opacity 0.7
position 'absolute'
width 400.px
@@ -20,6 +20,11 @@ Paggio.css do
color :goldenrod
end
+ rule '.articles' do
+ color :limegreen
+ max width: 400.px
+ end
+
rule 'h1' do
font style: :italic
end