This commit is contained in:
biglyderv 2024-11-25 14:13:14 -05:00
parent 4eeb27b544
commit 209dde5688
2 changed files with 9 additions and 8 deletions

View file

@ -1,9 +1,10 @@
:root { :root {
--black: rgb(16, 16, 16); --black: rgb(32, 7, 21);
--gray: rgb(38, 38, 38); --gray: rgb(153, 75, 121);
--white: rgb(240, 240, 240); --gray-2: rgb(194, 122, 184);
--primary-dark: rgb(59, 156, 40); --white: rgb(255, 232, 246);
--primary-light: rgb(202, 255, 200); --primary-dark: rgb(69, 174, 201);
--primary-light: rgb(145, 233, 255);
--elem-width: min(800px, 90vw); --elem-width: min(800px, 90vw);
--elem-height: 300px; --elem-height: 300px;
--border-radius: 15px; --border-radius: 15px;
@ -64,8 +65,8 @@ body {
.content, .content,
.form-button { .form-button {
border: solid var(--gray) 3px; border: solid var(--gray-2) 3px;
background: var(--black); background: var(--gray);
border-radius: var(--border-radius); border-radius: var(--border-radius);
color: var(--white); color: var(--white);
padding: .5rem; padding: .5rem;

View file

@ -13,7 +13,7 @@
<div class="banner"><img class="banner-background" src="/bg.svg"> <div class="banner"><img class="banner-background" src="/bg.svg">
<div class="banner-content"> <div class="banner-content">
<h1>Dervland</h1> <h1>Dervland</h1>
<p>This is <b>08draven</b>'s amalgamation of games, web experiments and other projects.</p> <p>This is <b>08draven</b>'s amalgamation of games, web experiments and other projects. :3</p>
<h2>Community</h2> <h2>Community</h2>
<a class="form-button" href="https://discord.gg/wZ3mg58JMT">Discord Server</a> <a class="form-button" href="https://discord.gg/wZ3mg58JMT">Discord Server</a>