Adding sass

This commit is contained in:
aronmal 2023-11-10 08:36:42 +01:00
parent a988a673b2
commit 05a69bf274
Signed by: aronmal
GPG key ID: 816B7707426FC612
14 changed files with 195 additions and 161 deletions

View file

@ -1,14 +1,15 @@
import { Body, Link, Title } from "solid-start";
import { Body, Title } from "solid-start";
import DeviceTile from "~/components/DeviceTile";
import R from "~/components/Reference";
import Navbar, { lightMode } from "~/components/en/Navbar";
import "~/styles/overview.scss";
function Overview() {
return (
<Body classList={{ "light-mode": lightMode() }}>
<Title>Introduction EUCs</Title>
<Link rel="stylesheet" href="/styles/overview.css" />
<Navbar />
<header>
<img src="/images/cover.jpg" />
</header>