Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b73620273 | |||
| 282d3bb8ad |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #000000;;
|
--background: #0a0a0a;
|
||||||
--card: #1b1b1b;;
|
--card: #1a1a1a;
|
||||||
--foreground: #ffffff;;
|
--foreground: #fffef5e6;
|
||||||
--primary-cta: #ff6600;;
|
--primary-cta: #facc15;
|
||||||
--secondary-cta: #151515;;
|
--secondary-cta: #1a1a1a;
|
||||||
--accent: #303030;;
|
--accent: #737373;
|
||||||
--background-accent: #303030;;
|
--background-accent: #737373;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
@@ -495,7 +495,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-inter), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -508,5 +508,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-inter), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
}
|
}
|
||||||
@@ -265,6 +265,13 @@ export default function StarWarsPage() {
|
|||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
buttonText="Join Community"
|
buttonText="Join Community"
|
||||||
/>
|
/>
|
||||||
|
<div className="flex justify-center mt-12">
|
||||||
|
<img
|
||||||
|
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502905270-5whkj6nu.jpg"
|
||||||
|
alt="Star Wars galaxy scene"
|
||||||
|
className="w-full max-w-2xl rounded-lg shadow-lg"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
|
|||||||
Reference in New Issue
Block a user