Skip to content

Commit 96771a2

Browse files
committed
dark theme changes
1 parent b1d7859 commit 96771a2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

assets/scss/common/_custom.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,18 @@ a.rounded-pill{
2424
color: #fff !important;
2525
border-radius: 8px !important;
2626
}
27+
[data-bs-theme="dark"] .btn-primary {
28+
background-color: #1d9de6 !important;
29+
border: #1d9de6;
30+
}
2731
section.section-features>.container>.row>.col-lg-5 {
2832
background-color: #F5F4F4;
2933
margin: 10px;
3034
border-radius: 8px;
3135
}
32-
36+
[data-bs-theme="dark"] .section.section-features>.container>.row>.col-lg-5 {
37+
background-color: #000000;
38+
}
3339

3440
//footer
3541
footer {

0 commit comments

Comments
 (0)