Fix weather tag border radius

This commit is contained in:
2021-09-23 21:56:06 +02:00
parent 3479aef507
commit fc7d169759
3 changed files with 3 additions and 2 deletions

View File

@@ -545,6 +545,7 @@ $legend-color: $post-color;
padding: $elem-spacing;
background: $message-bg;
color: $message-color;
border-radius: 0 $block-radius $block-radius 0;
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long