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
1 changed files with 2 additions and 1 deletions

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;