diff options
| author | realtradam <[email protected]> | 2022-04-22 07:17:49 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-04-22 07:17:49 -0400 |
| commit | 99099c284982863480ffc6d4aa741d29dc2ea92a (patch) | |
| tree | 66a2f4c543617f647d970db6fce07622feafd393 /template/src/style.css.rb | |
| parent | 6150ed8ba86e960a2833b4000c2f9474a2292129 (diff) | |
| download | Justicar-99099c284982863480ffc6d4aa741d29dc2ea92a.tar.gz Justicar-99099c284982863480ffc6d4aa741d29dc2ea92a.zip | |
version 1.0v1.0.0
Diffstat (limited to 'template/src/style.css.rb')
| -rw-r--r-- | template/src/style.css.rb | 7 |
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 |
