Adding sass
This commit is contained in:
parent
a988a673b2
commit
05a69bf274
14 changed files with 195 additions and 161 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue