feat: add articles section
This commit is contained in:
parent
6aa8bdc754
commit
43c2e0853b
9 changed files with 67 additions and 24 deletions
34
sass/parts/_articles.scss
Normal file
34
sass/parts/_articles.scss
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
ul.articles {
|
||||
list-style-type: none;
|
||||
padding-left: 0;
|
||||
|
||||
li {
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
.title {
|
||||
margin: 0;
|
||||
|
||||
&>a {
|
||||
color: var(--text);
|
||||
text-decoration: none;
|
||||
|
||||
&:visited {
|
||||
color: var(--lavender);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: var(--sky);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.date {
|
||||
color: var(--subtext0);
|
||||
}
|
||||
|
||||
a.read-more {
|
||||
color: var(--overlay1);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue