a
This commit is contained in:
parent
4eeb27b544
commit
209dde5688
2 changed files with 9 additions and 8 deletions
15
index.css
15
index.css
|
@ -1,9 +1,10 @@
|
|||
:root {
|
||||
--black: rgb(16, 16, 16);
|
||||
--gray: rgb(38, 38, 38);
|
||||
--white: rgb(240, 240, 240);
|
||||
--primary-dark: rgb(59, 156, 40);
|
||||
--primary-light: rgb(202, 255, 200);
|
||||
--black: rgb(32, 7, 21);
|
||||
--gray: rgb(153, 75, 121);
|
||||
--gray-2: rgb(194, 122, 184);
|
||||
--white: rgb(255, 232, 246);
|
||||
--primary-dark: rgb(69, 174, 201);
|
||||
--primary-light: rgb(145, 233, 255);
|
||||
--elem-width: min(800px, 90vw);
|
||||
--elem-height: 300px;
|
||||
--border-radius: 15px;
|
||||
|
@ -64,8 +65,8 @@ body {
|
|||
|
||||
.content,
|
||||
.form-button {
|
||||
border: solid var(--gray) 3px;
|
||||
background: var(--black);
|
||||
border: solid var(--gray-2) 3px;
|
||||
background: var(--gray);
|
||||
border-radius: var(--border-radius);
|
||||
color: var(--white);
|
||||
padding: .5rem;
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<div class="banner"><img class="banner-background" src="/bg.svg">
|
||||
<div class="banner-content">
|
||||
<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>
|
||||
|
||||
<a class="form-button" href="https://discord.gg/wZ3mg58JMT">Discord Server</a>
|
||||
|
|
Loading…
Reference in a new issue