all elements should be styled now 👀
This commit is contained in:
parent
8ef1c76ae1
commit
3b1589dde0
5 changed files with 13 additions and 2 deletions
BIN
public/sticker.png
Normal file
BIN
public/sticker.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 148 KiB |
|
@ -31,7 +31,11 @@ _italics_
|
|||
|
||||
[A Link](../hello.md)
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
| Syntax | Description |
|
||||
| --------- | ----------- |
|
||||
|
|
|
@ -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 />
|
||||
|
|
7
src/styles/Image.module.sass
Normal file
7
src/styles/Image.module.sass
Normal file
|
@ -0,0 +1,7 @@
|
|||
@import "./_variables"
|
||||
|
||||
.alt
|
||||
color: $lightdark
|
||||
text-decoration: none
|
||||
padding-top: .8rem
|
||||
padding-bottom: .5rem
|
|
@ -6,6 +6,7 @@ $darker: #111
|
|||
$darklight: #333
|
||||
|
||||
$light: #ffffff
|
||||
$lightdark: #949494
|
||||
|
||||
$link: #ff802c
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue