From 122555218965d32665b5d8fc5ad070a532e828b3 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 9 Feb 2021 05:34:06 -0600 Subject: [PATCH] Minor style changes to Minecraft section --- minecraft/index.php | 2 +- minecraft/setup/index.php | 1 + minecraft/styles/styles.css | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/minecraft/index.php b/minecraft/index.php index b9a5d8b..c791efd 100644 --- a/minecraft/index.php +++ b/minecraft/index.php @@ -12,7 +12,7 @@
diff --git a/minecraft/setup/index.php b/minecraft/setup/index.php index 9aab4b9..a56fae4 100644 --- a/minecraft/setup/index.php +++ b/minecraft/setup/index.php @@ -10,6 +10,7 @@
+

Return to modpacks

Setting Up Modded Minecraft

diff --git a/minecraft/styles/styles.css b/minecraft/styles/styles.css index 3e65ced..47e5468 100644 --- a/minecraft/styles/styles.css +++ b/minecraft/styles/styles.css @@ -39,6 +39,7 @@ code.bigcode { div.currentcontainer { border: 4px solid var(--line); border-radius: 8px; + box-shadow: 5px 5px var(--shadow); margin: 1em 0; padding: 1em; }