Skip to content

Commit 6e47e2f

Browse files
committed
Update style.css
1 parent df737c5 commit 6e47e2f

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

style.css

+29-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ body {
4242
display: block;
4343
width: 25px;
4444
height: 25px;
45+
margin-left: auto;
46+
margin-right: auto;
4547
}
4648

4749
.dark-mode .toggle-theme::after {
@@ -63,9 +65,35 @@ body {
6365
.shadow {
6466
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.85) !important;
6567
}
68+
a {
69+
color: #99caff !important;
70+
}
71+
a:hover {
72+
color: #7bbaff !important;
73+
}
74+
.btn-outline-primary {
75+
border-color: #99caff !important;
76+
}
77+
.btn-outline-primary:hover {
78+
border-color: #70cfff !important;
79+
}
80+
/* .badge-primary {
81+
background-color: #99caff !important;
82+
} */
83+
li::before {
84+
color: #70cfff !important;
85+
}
86+
.text-success {
87+
color: #6cdc86 !important;
88+
}
89+
.text-danger {
90+
color: #ea868f !important;
91+
}
92+
.section-divider {
93+
filter: brightness(140%);
94+
}
6695
}
6796

68-
6997
.bg-primary {
7098
background-color: #006699 !important;
7199
}

0 commit comments

Comments
 (0)