feat(blog): added blog posting infrastructure
This commit is contained in:
parent
88c12e7d4f
commit
62b78058a5
6 changed files with 107 additions and 3 deletions
8
src/pages/blog/index.scss
Normal file
8
src/pages/blog/index.scss
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.blog-post-panel {
|
||||
background-color: lightgray;
|
||||
}
|
||||
|
||||
.blog-post-link {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue