37
37
--bs-gray-700 : # 444 ;
38
38
--bs-gray-800 : # 303030 ;
39
39
--bs-gray-900 : # 222 ;
40
- --bs-primary : # 375a7f ;
40
+ --bs-primary : # 007aa6 ;
41
41
--bs-secondary : # 444 ;
42
42
--bs-success : # 00bc8c ;
43
43
--bs-info : # 3498db ;
44
44
--bs-warning : # f39c12 ;
45
45
--bs-danger : # e74c3c ;
46
- --bs-light : # adb5bd ;
47
- --bs-dark : # 303030 ;
48
- --bs-primary-rgb : 55 , 90 , 127 ;
46
+ --bs-light : # 2a2c3f ;
47
+ --bs-dark : # a2a3bd ;
48
+ --bs-primary-rgb : 0 , 122 , 166 ;
49
49
--bs-secondary-rgb : 68 , 68 , 68 ;
50
50
--bs-success-rgb : 0 , 188 , 140 ;
51
51
--bs-info-rgb : 52 , 152 , 219 ;
52
52
--bs-warning-rgb : 243 , 156 , 18 ;
53
53
--bs-danger-rgb : 231 , 76 , 60 ;
54
- --bs-light-rgb : 173 , 181 , 189 ;
55
- --bs-dark-rgb : 48 , 48 , 48 ;
54
+ --bs-light-rgb : 42 , 44 , 63 ;
55
+ --bs-dark-rgb : 162 , 163 , 189 ;
56
56
--bs-primary-text-emphasis : # 162433 ;
57
57
--bs-secondary-text-emphasis : # 1b1b1b ;
58
58
--bs-success-text-emphasis : # 004b38 ;
86
86
--bs-body-font-size : 1rem ;
87
87
--bs-body-font-weight : 400 ;
88
88
--bs-body-line-height : 1.5 ;
89
- --bs-body-color : # fff ;
90
- --bs-body-color-rgb : 255 , 255 , 255 ;
91
- --bs-body-bg : # 222 ;
92
- --bs-body-bg-rgb : 34 , 34 , 34 ;
89
+ --bs-body-color : # a2a3bd ;
90
+ --bs-body-color-rgb : 162 , 163 , 189 ;
91
+ --bs-body-bg : # 222336 ;
92
+ --bs-body-bg-rgb : 34 , 35 , 54 ;
93
93
--bs-emphasis-color : # 000 ;
94
94
--bs-emphasis-color-rgb : 0 , 0 , 0 ;
95
95
--bs-secondary-color : rgba (255 , 255 , 255 , 0.75 );
101
101
--bs-tertiary-bg : # f8f9fa ;
102
102
--bs-tertiary-bg-rgb : 248 , 249 , 250 ;
103
103
--bs-heading-color : inherit;
104
- --bs-link-color : # 00bc8c ;
105
- --bs-link-color-rgb : 0 , 188 , 140 ;
104
+ --bs-link-color : # 747b90 ;
105
+ --bs-link-color-rgb : 116 , 123 , 144 ;
106
106
--bs-link-decoration : underline;
107
- --bs-link-hover-color : # 009670 ;
108
- --bs-link-hover-color-rgb : 0 , 150 , 112 ;
107
+ --bs-link-hover-color : # 525765 ;
108
+ --bs-link-hover-color-rgb : 82 , 87 , 101 ;
109
109
--bs-code-color : # e83e8c ;
110
110
--bs-highlight-color : # fff ;
111
111
--bs-highlight-bg : # fdebd0 ;
112
112
--bs-border-width : 1px ;
113
113
--bs-border-style : solid;
114
- --bs-border-color : # dee2e6 ;
114
+ --bs-border-color : # 3f4455 ;
115
115
--bs-border-color-translucent : rgba (0 , 0 , 0 , 0.175 );
116
116
--bs-border-radius : 0.375rem ;
117
117
--bs-border-radius-sm : 0.25rem ;
137
137
color-scheme : dark;
138
138
--bs-body-color : # dee2e6 ;
139
139
--bs-body-color-rgb : 222 , 226 , 230 ;
140
- --bs-body-bg : # 222 ;
141
- --bs-body-bg-rgb : 34 , 34 , 34 ;
140
+ --bs-body-bg : # 222336 ;
141
+ --bs-body-bg-rgb : 34 , 35 , 54 ;
142
142
--bs-emphasis-color : # fff ;
143
143
--bs-emphasis-color-rgb : 255 , 255 , 255 ;
144
144
--bs-secondary-color : rgba (222 , 226 , 230 , 0.75 );
174
174
--bs-light-border-subtle : # 444 ;
175
175
--bs-dark-border-subtle : # 303030 ;
176
176
--bs-heading-color : inherit;
177
- --bs-link-color : # 879cb2 ;
178
- --bs-link-hover-color : # 9fb0c1 ;
179
- --bs-link-color-rgb : 135 , 156 , 178 ;
180
- --bs-link-hover-color-rgb : 159 , 176 , 193 ;
177
+ --bs-link-color : # a2a3bd ;
178
+ --bs-link-hover-color : # b6b8d4 ;
179
+ --bs-link-color-rgb : 162 , 163 , 189 ;
180
+ --bs-link-hover-color-rgb : 182 , 184 , 212 ;
181
181
--bs-code-color : # f18bba ;
182
182
--bs-highlight-color : # dee2e6 ;
183
183
--bs-highlight-bg : # 613e07 ;
@@ -214,6 +214,16 @@ body {
214
214
-webkit-tap-highlight-color : rgba (0 , 0 , 0 , 0 );
215
215
}
216
216
217
+ * ::-webkit-scrollbar {
218
+ width : 8px ;
219
+ height : 6px ;
220
+ }
221
+ * ::-webkit-scrollbar-thumb {
222
+ background-color : # 41455b ;
223
+ opacity : 0.3 ;
224
+ border-radius : 30px ;
225
+ }
226
+
217
227
hr {
218
228
margin : 1rem 0 ;
219
229
color : inherit;
@@ -3062,8 +3072,8 @@ textarea.form-control-lg {
3062
3072
3063
3073
.btn-primary {
3064
3074
--bs-btn-color : # fff ;
3065
- --bs-btn-bg : # 375a7f ;
3066
- --bs-btn-border-color : # 375a7f ;
3075
+ --bs-btn-bg : # 64c4ff ;
3076
+ --bs-btn-border-color : # 64c4ff ;
3067
3077
--bs-btn-hover-color : # fff ;
3068
3078
--bs-btn-hover-bg : # 2f4d6c ;
3069
3079
--bs-btn-hover-border-color : # 2c4866 ;
@@ -3073,41 +3083,41 @@ textarea.form-control-lg {
3073
3083
--bs-btn-active-border-color : # 29445f ;
3074
3084
--bs-btn-active-shadow : inset 0 3px 5px rgba (0 , 0 , 0 , 0.125 );
3075
3085
--bs-btn-disabled-color : # fff ;
3076
- --bs-btn-disabled-bg : # 375a7f ;
3077
- --bs-btn-disabled-border-color : # 375a7f ;
3086
+ --bs-btn-disabled-bg : # 64c4ff ;
3087
+ --bs-btn-disabled-border-color : # 64c4ff ;
3078
3088
}
3079
3089
3080
3090
.btn-secondary {
3081
3091
--bs-btn-color : # fff ;
3082
- --bs-btn-bg : # 444 ;
3092
+ --bs-btn-bg : # 595c76 ;
3083
3093
--bs-btn-border-color : # 444 ;
3084
3094
--bs-btn-hover-color : # fff ;
3085
- --bs-btn-hover-bg : # 3a3a3a ;
3095
+ --bs-btn-hover-bg : # 676a83 ;
3086
3096
--bs-btn-hover-border-color : # 363636 ;
3087
3097
--bs-btn-focus-shadow-rgb : 96 , 96 , 96 ;
3088
3098
--bs-btn-active-color : # fff ;
3089
- --bs-btn-active-bg : # 363636 ;
3099
+ --bs-btn-active-bg : # 4d516f ;
3090
3100
--bs-btn-active-border-color : # 333333 ;
3091
3101
--bs-btn-active-shadow : inset 0 3px 5px rgba (0 , 0 , 0 , 0.125 );
3092
3102
--bs-btn-disabled-color : # fff ;
3093
- --bs-btn-disabled-bg : # 444 ;
3103
+ --bs-btn-disabled-bg : # 596b76 ;
3094
3104
--bs-btn-disabled-border-color : # 444 ;
3095
3105
}
3096
3106
3097
3107
.btn-success {
3098
3108
--bs-btn-color : # fff ;
3099
- --bs-btn-bg : # 00bc8c ;
3109
+ --bs-btn-bg : # 32ba89 ;
3100
3110
--bs-btn-border-color : # 00bc8c ;
3101
3111
--bs-btn-hover-color : # fff ;
3102
- --bs-btn-hover-bg : # 00a077 ;
3112
+ --bs-btn-hover-bg : # 36ce96 ;
3103
3113
--bs-btn-hover-border-color : # 009670 ;
3104
3114
--bs-btn-focus-shadow-rgb : 38 , 198 , 157 ;
3105
3115
--bs-btn-active-color : # fff ;
3106
- --bs-btn-active-bg : # 009670 ;
3116
+ --bs-btn-active-bg : # 35b083 ;
3107
3117
--bs-btn-active-border-color : # 008d69 ;
3108
3118
--bs-btn-active-shadow : inset 0 3px 5px rgba (0 , 0 , 0 , 0.125 );
3109
3119
--bs-btn-disabled-color : # fff ;
3110
- --bs-btn-disabled-bg : # 00bc8c ;
3120
+ --bs-btn-disabled-bg : # 35b083 ;
3111
3121
--bs-btn-disabled-border-color : # 00bc8c ;
3112
3122
}
3113
3123
@@ -3130,44 +3140,44 @@ textarea.form-control-lg {
3130
3140
3131
3141
.btn-warning {
3132
3142
--bs-btn-color : # fff ;
3133
- --bs-btn-bg : # f39c12 ;
3143
+ --bs-btn-bg : # c97539 ;
3134
3144
--bs-btn-border-color : # f39c12 ;
3135
3145
--bs-btn-hover-color : # fff ;
3136
- --bs-btn-hover-bg : # cf850f ;
3146
+ --bs-btn-hover-bg : # d2844b ;
3137
3147
--bs-btn-hover-border-color : # c27d0e ;
3138
3148
--bs-btn-focus-shadow-rgb : 245 , 171 , 54 ;
3139
3149
--bs-btn-active-color : # fff ;
3140
- --bs-btn-active-bg : # c27d0e ;
3150
+ --bs-btn-active-bg : # c56F31 ;
3141
3151
--bs-btn-active-border-color : # b6750e ;
3142
3152
--bs-btn-active-shadow : inset 0 3px 5px rgba (0 , 0 , 0 , 0.125 );
3143
3153
--bs-btn-disabled-color : # fff ;
3144
- --bs-btn-disabled-bg : # f39c12 ;
3154
+ --bs-btn-disabled-bg : # c97539 ;
3145
3155
--bs-btn-disabled-border-color : # f39c12 ;
3146
3156
}
3147
3157
3148
3158
.btn-danger {
3149
3159
--bs-btn-color : # fff ;
3150
- --bs-btn-bg : # e74c3c ;
3160
+ --bs-btn-bg : # b84040 ;
3151
3161
--bs-btn-border-color : # e74c3c ;
3152
3162
--bs-btn-hover-color : # fff ;
3153
- --bs-btn-hover-bg : # c44133 ;
3163
+ --bs-btn-hover-bg : # c44949 ;
3154
3164
--bs-btn-hover-border-color : # b93d30 ;
3155
3165
--bs-btn-focus-shadow-rgb : 235 , 103 , 89 ;
3156
3166
--bs-btn-active-color : # fff ;
3157
- --bs-btn-active-bg : # b93d30 ;
3167
+ --bs-btn-active-bg : # b13838 ;
3158
3168
--bs-btn-active-border-color : # ad392d ;
3159
3169
--bs-btn-active-shadow : inset 0 3px 5px rgba (0 , 0 , 0 , 0.125 );
3160
3170
--bs-btn-disabled-color : # fff ;
3161
- --bs-btn-disabled-bg : # e74c3c ;
3171
+ --bs-btn-disabled-bg : # b84040 ;
3162
3172
--bs-btn-disabled-border-color : # e74c3c ;
3163
3173
}
3164
3174
3165
3175
.btn-light {
3166
3176
--bs-btn-color : # fff ;
3167
- --bs-btn-bg : # adb5bd ;
3177
+ --bs-btn-bg : # 2a2c3f ;
3168
3178
--bs-btn-border-color : # adb5bd ;
3169
3179
--bs-btn-hover-color : # fff ;
3170
- --bs-btn-hover-bg : # 939aa1 ;
3180
+ --bs-btn-hover-bg : # 222336 ;
3171
3181
--bs-btn-hover-border-color : # 8a9197 ;
3172
3182
--bs-btn-focus-shadow-rgb : 185 , 192 , 199 ;
3173
3183
--bs-btn-active-color : # fff ;
@@ -4402,7 +4412,7 @@ textarea.form-control-lg {
4402
4412
--bs-card-cap-color : ;
4403
4413
--bs-card-height : ;
4404
4414
--bs-card-color : ;
4405
- --bs-card-bg : # 303030 ;
4415
+ --bs-card-bg : # 333446 ;
4406
4416
--bs-card-img-overlay-padding : 1rem ;
4407
4417
--bs-card-group-margin : 0.75rem ;
4408
4418
position : relative;
@@ -8859,7 +8869,7 @@ textarea.form-control-lg {
8859
8869
8860
8870
.bg-dark {
8861
8871
--bs-bg-opacity : 1 ;
8862
- background-color : rgba (var (--bs-dark-rgb ), var (--bs-bg-opacity )) !important ;
8872
+ background-color : rgba (var (--bs-boby-bg ), var (--bs-bg-opacity )) !important ;
8863
8873
}
8864
8874
8865
8875
.bg-black {
0 commit comments