File tree 1 file changed +29
-1
lines changed
1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change 42
42
display : block;
43
43
width : 25px ;
44
44
height : 25px ;
45
+ margin-left : auto;
46
+ margin-right : auto;
45
47
}
46
48
47
49
.dark-mode .toggle-theme ::after {
@@ -63,9 +65,35 @@ body {
63
65
.shadow {
64
66
box-shadow : 0 0.5rem 1rem rgba (0 , 0 , 0 , 0.85 ) !important ;
65
67
}
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
+ }
66
95
}
67
96
68
-
69
97
.bg-primary {
70
98
background-color : # 006699 !important ;
71
99
}
You can’t perform that action at this time.
0 commit comments