diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index 109448c..8be988d 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -32,7 +32,7 @@ height: 300px; margin-left: 0 !important; } - .static-container > .card1:nth-child(3) .card1-title::before { + .static-container > .card1:nth-child(3) .card1-title > div::before { display: none; } .card1 { @@ -192,7 +192,7 @@ right: 0; bottom: 0; } - .type-switch .type-switch__item:has(input:active) .text { + .type-switch .type-switch__item:has(input:checked) .text { color: #609ff9; }