some nice css tweaks :3
This commit is contained in:
parent
1d98a6fdca
commit
5341ff3033
8 changed files with 45 additions and 60 deletions
|
|
@ -60,28 +60,3 @@
|
|||
.blogpost a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.blogpost .actions {
|
||||
margin-top: .5em;
|
||||
display: flex;
|
||||
gap: .3em;
|
||||
user-select: none;
|
||||
color: var(--fg-3);
|
||||
}
|
||||
|
||||
.blogpost .actions a {
|
||||
padding: .3em .5em;
|
||||
display: inline-block;
|
||||
|
||||
border-radius: 4px;
|
||||
background-color: var(--bg-3);
|
||||
box-shadow: var(--shadow-sm);
|
||||
|
||||
transition: color .1s ease-out, background-color .1s ease-out;
|
||||
}
|
||||
|
||||
.blogpost .actions a:hover {
|
||||
background-color: var(--bg-0);
|
||||
color: var(--fg-3);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue