aboutsummaryrefslogtreecommitdiff
path: root/static/css/shared/core.css
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-12-15 12:19:08 -0500
committerBobby <[email protected]>2024-12-15 12:19:08 -0500
commit05b5afe86134d4807acb8b06485a44e390822127 (patch)
tree9e9fce44e411c7eba459a9d5ad24ee28388d16e4 /static/css/shared/core.css
parent06f23e7745c5875039720468db0a2786d2aaf848 (diff)
downloadthatcomputerscientist-05b5afe86134d4807acb8b06485a44e390822127.tar.xz
thatcomputerscientist-05b5afe86134d4807acb8b06485a44e390822127.zip
added mal wrapper and a load of other things
Diffstat (limited to 'static/css/shared/core.css')
-rw-r--r--static/css/shared/core.css7
1 files changed, 6 insertions, 1 deletions
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