diff options
Diffstat (limited to 'assets/css/jam.css')
| -rw-r--r-- | assets/css/jam.css | 48 |
1 files changed, 48 insertions, 0 deletions
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; +} |
