From 188643eccb13452f0e77ccea2a6e1baf6d5320b3 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 26 May 2026 03:55:41 -0400 Subject: Big refactor, jam --- assets/css/jam.css | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 assets/css/jam.css (limited to 'assets/css/jam.css') diff --git a/assets/css/jam.css b/assets/css/jam.css new file mode 100644 index 0000000..0cc2e0a --- /dev/null +++ b/assets/css/jam.css @@ -0,0 +1,48 @@ +#lcolonq-jam { + overflow: scroll; + text-align: justify; +} + +.lcolonq-jam-cool { + text-transform: lowercase; +} + +a { + text-decoration: none; + font-weight: bold; + color: black; +} + +#lcolonq-jam h1 { + text-align: center; +} +#lcolonq-jam h2 { + text-align: center; +} +#lcolonq-jam h4 { + margin: 0px; +} +#lcolonq-jam-content { + max-width: 34rem; + margin-left: auto; + margin-right: auto; + padding-left: 1rem; + padding-right: 1rem; +} + +.lcolonq-green { + color: green; +} + +.lcolonq-jam-subtitle { + margin-top: -1.4rem; + text-align: center; + font-size: 0.8em; + color: darkgrey; +} + +#lcolonq-jam-footer { + text-align: center !important; + font-size: 0.5em; + color: darkgrey; +} -- cgit v1.2.3