From a877269326038afc9746dfb70326ecc07f89438c Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Sat, 28 Mar 2026 16:25:40 -0400 Subject: [PATCH] chore: fixes --- Veltron-MC/index.html | 5 +++-- css/Veltron-MC.css | 14 ++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Veltron-MC/index.html b/Veltron-MC/index.html index ac78cab..f5536dc 100644 --- a/Veltron-MC/index.html +++ b/Veltron-MC/index.html @@ -83,8 +83,9 @@

Welcome to Veltron-MC!

Veltron-MC is a vanilla survival multiplayer (SMP) server designed for modern versions of Minecraft. Currently on an offseason break, the server focuses on refreshing the core survival experience with added challenges and rewarding gameplay. Players can explore a world filled with custom features, unique encounters, and engaging events, all while enjoying a classic SMP environment.

- - Join us today! + diff --git a/css/Veltron-MC.css b/css/Veltron-MC.css index 61792a0..c1ad4e7 100644 --- a/css/Veltron-MC.css +++ b/css/Veltron-MC.css @@ -254,3 +254,17 @@ h2 { width: 100%; height: auto } + + + +.join-btn { + width: 135px; + height: 35px; + border: none; + outline: none; + color: white; + font-size:18px; + background-color: #30232a; + font-family: 'FuturaCyrillicBold'; + cursor: pointer; +}