Skip to content

Commit

Permalink
Changed local globals.css to match master branch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nqnt41 committed Nov 4, 2023
1 parent 0d1a72c commit 407ee77
Showing 1 changed file with 3 additions and 39 deletions.
42 changes: 3 additions & 39 deletions src/app/globals.css
Original file line number Diff line number Diff line change
@@ -1,67 +1,31 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
--theme-color-primary: #057CDE;
--theme-color-secondary: #035496;
--theme-color-accent: #59B1F9;
--theme-color-text: white;

--background-gradiant-light: #004278;
--background-gradiant-dark: #030304;
}

body {
height: 100vh;
color: var(--theme-color-text);
background: linear-gradient(
to bottom right,
var(--background-gradiant-dark),
var(--background-gradiant-light)
to bottom right,
var(--background-gradiant-dark),
var(--background-gradiant-light)
) fixed;
}

h1 {
margin: 0.75em 4px;
font-size: 2em;
}

h2 {
margin: 0.75em 4px;
font-size: 1.5em;
}

p {
margin: 0.75em 4px;
}

.h1-landing-text {
font-size: 2em;
margin-bottom: 1rem;
margin-left: 1em;
margin-right: 1em;
}

.h2-landing-text {
font-size: 1.5em;
margin-bottom: 0.5rem;
margin-left: 1em;
margin-right: 1em;
}

.p-landing-text {
margin-bottom: 0.5rem;
margin-left: 1em;
margin-right: 1em;
}

.center-text {
text-align: center;
}

.landing-background {
background-image: url("/landing-background.jpg");
width: 100vw;
height: 100vh;
}

0 comments on commit 407ee77

Please sign in to comment.