Skip to content

Commit

Permalink
fixed rounded cards
Browse files Browse the repository at this point in the history
  • Loading branch information
RiedleroD committed Sep 27, 2022
1 parent 83bbe22 commit 885b7e0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Darklearning.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -1301,6 +1301,15 @@ urlenc(x){
&-footer{
background-color:bg3 !important;
}
&.rounded{
border-radius:crad !important;
& .card-header{
border-radius:crad crad 0 0;
}
& .card-footer{
border-radius:0 0 crad crad;
}
}
}
.alert{
color:txt;
Expand Down

0 comments on commit 885b7e0

Please sign in to comment.