all elements should be styled now 👀

This commit is contained in:
Lio 2023-02-20 00:49:11 +01:00
parent 8ef1c76ae1
commit 3b1589dde0
5 changed files with 13 additions and 2 deletions

BIN
public/sticker.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

View file

@ -31,7 +31,11 @@ _italics_
[A Link](../hello.md)
![Alt Text](http://placekitten.com/1000/500)
![art by @casparrakita@twitter.com](/sticker.png)
![art by @icdraws@twitter.com](http://placekitten.com/1000/200)
![a picture of a kitten](http://placekitten.com/1000/300)
| Syntax | Description |
| --------- | ----------- |

View file

@ -14,7 +14,6 @@ import { useRouter } from 'next/router'
const Post = (props: { post: string, slug: string }) => {
const router = useRouter()
console.log(router.asPath)
let Index = (
<main id={index.layout}>
<Sidebar />

View file

@ -0,0 +1,7 @@
@import "./_variables"
.alt
color: $lightdark
text-decoration: none
padding-top: .8rem
padding-bottom: .5rem

View file

@ -6,6 +6,7 @@ $darker: #111
$darklight: #333
$light: #ffffff
$lightdark: #949494
$link: #ff802c