summaryrefslogtreecommitdiffhomepage
path: root/template/src/style.css.rb
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-04-21 07:55:45 -0400
committerrealtradam <[email protected]>2022-04-21 07:55:45 -0400
commit8c0569bf34405dfdf0968b26f33dd70976866943 (patch)
tree321cc6e1b0840b0eebf84523dcd6486cabaab3c6 /template/src/style.css.rb
downloadJusticar-0.1.0.tar.gz
Justicar-0.1.0.zip
initv0.1.0
Diffstat (limited to 'template/src/style.css.rb')
-rw-r--r--template/src/style.css.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/template/src/style.css.rb b/template/src/style.css.rb
new file mode 100644
index 0000000..d9684e3
--- /dev/null
+++ b/template/src/style.css.rb
@@ -0,0 +1,13 @@
+Paggio.css do
+ rule '.opal' do
+ color :dodgerblue
+ end
+
+ rule '.paggio' do
+ color :goldenrod
+ end
+
+ rule 'h1' do
+ font style: :italic
+ end
+end