improved discrete tags styling

This commit is contained in:
Gabriele Musco 2021-04-19 11:20:08 +02:00
parent 9491d1f64d
commit 2535186101
No known key found for this signature in database
GPG key ID: 8539FD3454380B83

View file

@ -379,7 +379,8 @@ ul.list {
display: inline-block;
border-radius: $border_radius;
background-color: $highlight_bg_color;
padding: 15px;
padding: ($content_spacing / 2);
margin: ($content_spacing / 6) 0;
border-bottom: none;
&:hover, &:focus {
background-color: $accent_color;