From 885b7e0f2371716c55f7a62d514c49a93c2c3c64 Mon Sep 17 00:00:00 2001 From: RiedleroD Date: Tue, 27 Sep 2022 20:45:38 +0200 Subject: [PATCH] fixed rounded cards --- Darklearning.user.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Darklearning.user.css b/Darklearning.user.css index d4cd9ab..967bc21 100644 --- a/Darklearning.user.css +++ b/Darklearning.user.css @@ -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;