From 05b5afe86134d4807acb8b06485a44e390822127 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sun, 15 Dec 2024 12:19:08 -0500 Subject: added mal wrapper and a load of other things --- static/css/shared/core.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'static/css/shared/core.css') diff --git a/static/css/shared/core.css b/static/css/shared/core.css index e764da32..be48abf1 100644 --- a/static/css/shared/core.css +++ b/static/css/shared/core.css @@ -101,7 +101,7 @@ img { width: 100%; height: 100%; background-color: #000; - opacity: 0.8; + opacity: 0.75; z-index: -99; } @@ -305,4 +305,9 @@ html[lang='ja'] .navigation-title { .footer-copyright, .footer-credits { margin: 8px 0px; +} + +/* Text Formatting */ +.section-title { + margin: 16px 0px; } \ No newline at end of file -- cgit v1.2.3