Use slightly rounded corners where bever effects were used

This commit is contained in:
Antoine Le Gonidec 2024-07-24 15:15:27 +02:00
parent be01844fa0
commit 7ee915b5e6
Signed by: vv221
GPG key ID: 636B78F91CEB80D8

View file

@ -3389,6 +3389,7 @@ h2 .collapse {
}
.up_contain:last-child {
border:none;
border-radius: 0 0 5px 5px;
}
/* Child boards */
.children {
@ -4048,6 +4049,7 @@ div.cat_bar {
padding: 0 0 1em 0;
color: var(--neutral-light-color);
margin-top: 0;
border-radius: 0 10px 0 0;
}
.cat_bar h2 {