1
0
mirror of https://github.com/Wonderfall/hugo-WonderMod.git synced 2025-04-30 10:36:04 +02:00

add minimal border to post-entry

- increases element speration without being noticed
cc: 
This commit is contained in:
Aditya Telange 2021-01-11 20:15:04 +05:30
parent e809aef590
commit 89414d00dc
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

@ -45,7 +45,8 @@
padding: var(--gap);
background: var(--entry);
border-radius: var(--radius);
transition: transform .1s
transition: transform .1s;
border: 1px solid var(--border);
}
.post-entry:active {