💄 emojis everywhere
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
583f723318
commit
cb7edef515
8 changed files with 26 additions and 14 deletions
|
@ -42,6 +42,18 @@ p {
|
|||
border-top: 1px solid var(--light-1);
|
||||
}
|
||||
|
||||
/* INDEX */
|
||||
.index li {
|
||||
list-style: none;
|
||||
padding: 10px 0 0 0;
|
||||
}
|
||||
|
||||
.index a { color: var(--dark-link);}
|
||||
|
||||
.dark .index a { color: var(--light-link);}
|
||||
|
||||
.index a:hover { text-decoration: underline 2px;}
|
||||
|
||||
/* BLOG */
|
||||
.blog p {
|
||||
margin: 10px 0 0 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue