mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-14 23:24:29 -04:00
add minimal border to post-entry
- increases element speration without being noticed cc: #169
This commit is contained in:
parent
e809aef590
commit
89414d00dc
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@
|
||||||
padding: var(--gap);
|
padding: var(--gap);
|
||||||
background: var(--entry);
|
background: var(--entry);
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
transition: transform .1s
|
transition: transform .1s;
|
||||||
|
border: 1px solid var(--border);
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-entry:active {
|
.post-entry:active {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue