37
37
--bs-gray-700 : # 7b8a8b ;
38
38
--bs-gray-800 : # 343a40 ;
39
39
--bs-gray-900 : # 212529 ;
40
- --bs-primary : # 2c3e50 ;
40
+ --bs-primary : # 007aa6 ;
41
41
--bs-secondary : # 95a5a6 ;
42
42
--bs-success : # 18bc9c ;
43
43
--bs-info : # 3498db ;
44
44
--bs-warning : # f39c12 ;
45
45
--bs-danger : # e74c3c ;
46
- --bs-light : # ecf0f1 ;
47
- --bs-dark : # 7b8a8b ;
48
- --bs-primary-rgb : 44 , 62 , 80 ;
46
+ --bs-light : # f8fafe ;
47
+ --bs-dark : # 8e94a6 ;
48
+ --bs-primary-rgb : 0 , 122 , 166 ;
49
49
--bs-secondary-rgb : 149 , 165 , 166 ;
50
50
--bs-success-rgb : 24 , 188 , 156 ;
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 : 236 , 240 , 241 ;
55
- --bs-dark-rgb : 123 , 138 , 139 ;
54
+ --bs-light-rgb : 248 , 250 , 254 ;
55
+ --bs-dark-rgb : 142 , 148 , 166 ;
56
56
--bs-primary-text-emphasis : # 121920 ;
57
57
--bs-secondary-text-emphasis : # 3c4242 ;
58
58
--bs-success-text-emphasis : # 0a4b3e ;
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 : # 212529 ;
90
- --bs-body-color-rgb : 33 , 37 , 41 ;
91
- --bs-body-bg : # fff ;
92
- --bs-body-bg-rgb : 255 , 255 , 255 ;
89
+ --bs-body-color : # 8e94a6 ;
90
+ --bs-body-color-rgb : 142 , 148 , 166 ;
91
+ --bs-body-bg : # eff1f5 ;
92
+ --bs-body-bg-rgb : 239 , 241 , 245 ;
93
93
--bs-emphasis-color : # 000 ;
94
94
--bs-emphasis-color-rgb : 0 , 0 , 0 ;
95
95
--bs-secondary-color : rgba (33 , 37 , 41 , 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 : # 18bc9c ;
105
- --bs-link-color-rgb : 24 , 188 , 156 ;
104
+ --bs-link-color : # 747b90 ;
105
+ --bs-link-color-rgb : 116 , 123 , 144 ;
106
106
--bs-link-decoration : underline;
107
- --bs-link-hover-color : # 13967d ;
108
- --bs-link-hover-color-rgb : 19 , 150 , 125 ;
107
+ --bs-link-hover-color : # b6b8d4 ;
108
+ --bs-link-hover-color-rgb : 182 , 184 , 212 ;
109
109
--bs-code-color : # e83e8c ;
110
110
--bs-highlight-color : # 212529 ;
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 : # dfe1ea ;
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 ;
131
131
--bs-form-valid-border-color : # 18bc9c ;
132
132
--bs-form-invalid-color : # e74c3c ;
133
133
--bs-form-invalid-border-color : # e74c3c ;
134
+ --custom-ai-color : # 1ea2aa ;
134
135
}
135
136
136
137
[data-bs-theme = dark ] {
137
138
color-scheme : dark;
138
139
--bs-body-color : # dee2e6 ;
139
140
--bs-body-color-rgb : 222 , 226 , 230 ;
140
- --bs-body-bg : # 212529 ;
141
- --bs-body-bg-rgb : 33 , 37 , 41 ;
141
+ --bs-body-bg : # eff1f5 ;
142
+ --bs-body-bg-rgb : 239 , 241 , 245 ;
142
143
--bs-emphasis-color : # fff ;
143
144
--bs-emphasis-color-rgb : 255 , 255 , 255 ;
144
145
--bs-secondary-color : rgba (222 , 226 , 230 , 0.75 );
174
175
--bs-light-border-subtle : # 7b8a8b ;
175
176
--bs-dark-border-subtle : # 343a40 ;
176
177
--bs-heading-color : inherit;
177
- --bs-link-color : # 808b96 ;
178
- --bs-link-hover-color : # 99a2ab ;
179
- --bs-link-color-rgb : 128 , 139 , 150 ;
180
- --bs-link-hover-color-rgb : 153 , 162 , 171 ;
178
+ --bs-link-color : # a2a3bd ;
179
+ --bs-link-hover-color : # b6b8d4 ;
180
+ --bs-link-color-rgb : 162 , 163 , 189 ;
181
+ --bs-link-hover-color-rgb : 182 , 184 , 212 ;
181
182
--bs-code-color : # f18bba ;
182
183
--bs-highlight-color : # dee2e6 ;
183
184
--bs-highlight-bg : # 613e07 ;
187
188
--bs-form-valid-border-color : # 74d7c4 ;
188
189
--bs-form-invalid-color : # f1948a ;
189
190
--bs-form-invalid-border-color : # f1948a ;
191
+ --custom-ai-color : # 2de7f3 ;
190
192
}
191
193
192
194
* ,
@@ -214,6 +216,21 @@ body {
214
216
-webkit-tap-highlight-color : rgba (0 , 0 , 0 , 0 );
215
217
}
216
218
219
+ * ::-webkit-scrollbar {
220
+ width : 8px ;
221
+ height : 6px ;
222
+ }
223
+
224
+ * ::-webkit-scrollbar-thumb {
225
+ background-color : # d0d6dc ;
226
+ opacity : 0.3 ;
227
+ border-radius : 30px ;
228
+ }
229
+
230
+ .text-ai {
231
+ color : var (--custom-ai-color ) !important ;
232
+ }
233
+
217
234
hr {
218
235
margin : 1rem 0 ;
219
236
color : inherit;
@@ -3060,53 +3077,53 @@ textarea.form-control-lg {
3060
3077
3061
3078
.btn-primary {
3062
3079
--bs-btn-color : # fff ;
3063
- --bs-btn-bg : # 2c3e50 ;
3064
- --bs-btn-border-color : # 2c3e50 ;
3080
+ --bs-btn-bg : # 007aa6 ;
3081
+ --bs-btn-border-color : # 007aa6 ;
3065
3082
--bs-btn-hover-color : # fff ;
3066
- --bs-btn-hover-bg : # 253544 ;
3067
- --bs-btn-hover-border-color : # 233240 ;
3083
+ --bs-btn-hover-bg : # 008abc ;
3084
+ --bs-btn-hover-border-color : # 008abc ;
3068
3085
--bs-btn-focus-shadow-rgb : 76 , 91 , 106 ;
3069
3086
--bs-btn-active-color : # fff ;
3070
- --bs-btn-active-bg : # 233240 ;
3071
- --bs-btn-active-border-color : # 212f3c ;
3087
+ --bs-btn-active-bg : # 00729b ;
3088
+ --bs-btn-active-border-color : # 00729b ;
3072
3089
--bs-btn-active-shadow : inset 0 3px 5px rgba (0 , 0 , 0 , 0.125 );
3073
3090
--bs-btn-disabled-color : # fff ;
3074
- --bs-btn-disabled-bg : # 2c3e50 ;
3075
- --bs-btn-disabled-border-color : # 2c3e50 ;
3091
+ --bs-btn-disabled-bg : # 007aa6 ;
3092
+ --bs-btn-disabled-border-color : # 007aa6 ;
3076
3093
}
3077
3094
3078
3095
.btn-secondary {
3079
3096
--bs-btn-color : # fff ;
3080
- --bs-btn-bg : # 95a5a6 ;
3081
- --bs-btn-border-color : # 95a5a6 ;
3097
+ --bs-btn-bg : # 595c76 ;
3098
+ --bs-btn-border-color : # 595c76 ;
3082
3099
--bs-btn-hover-color : # fff ;
3083
- --bs-btn-hover-bg : # 7f8c8d ;
3084
- --bs-btn-hover-border-color : # 778485 ;
3100
+ --bs-btn-hover-bg : # 676a83 ;
3101
+ --bs-btn-hover-border-color : # 676a83 ;
3085
3102
--bs-btn-focus-shadow-rgb : 165 , 179 , 179 ;
3086
3103
--bs-btn-active-color : # fff ;
3087
- --bs-btn-active-bg : # 778485 ;
3088
- --bs-btn-active-border-color : # 707c7d ;
3104
+ --bs-btn-active-bg : # 4d516f ;
3105
+ --bs-btn-active-border-color : # 4d516f ;
3089
3106
--bs-btn-active-shadow : inset 0 3px 5px rgba (0 , 0 , 0 , 0.125 );
3090
3107
--bs-btn-disabled-color : # fff ;
3091
- --bs-btn-disabled-bg : # 95a5a6 ;
3092
- --bs-btn-disabled-border-color : # 95a5a6 ;
3108
+ --bs-btn-disabled-bg : # 596b76 ;
3109
+ --bs-btn-disabled-border-color : # 596b76 ;
3093
3110
}
3094
3111
3095
3112
.btn-success {
3096
3113
--bs-btn-color : # fff ;
3097
- --bs-btn-bg : # 18bc9c ;
3098
- --bs-btn-border-color : # 18bc9c ;
3114
+ --bs-btn-bg : # 2aa075 ;
3115
+ --bs-btn-border-color : # 2aa075 ;
3099
3116
--bs-btn-hover-color : # fff ;
3100
- --bs-btn-hover-bg : # 14a085 ;
3101
- --bs-btn-hover-border-color : # 13967d ;
3117
+ --bs-btn-hover-bg : # 2aa075 ;
3118
+ --bs-btn-hover-border-color : # 2aa075 ;
3102
3119
--bs-btn-focus-shadow-rgb : 59 , 198 , 171 ;
3103
3120
--bs-btn-active-color : # fff ;
3104
- --bs-btn-active-bg : # 13967d ;
3105
- --bs-btn-active-border-color : # 128d75 ;
3121
+ --bs-btn-active-bg : # 2aa075 ;
3122
+ --bs-btn-active-border-color : # 2aa075 ;
3106
3123
--bs-btn-active-shadow : inset 0 3px 5px rgba (0 , 0 , 0 , 0.125 );
3107
3124
--bs-btn-disabled-color : # fff ;
3108
- --bs-btn-disabled-bg : # 18bc9c ;
3109
- --bs-btn-disabled-border-color : # 18bc9c ;
3125
+ --bs-btn-disabled-bg : # 2aa075 ;
3126
+ --bs-btn-disabled-border-color : # 2aa075 ;
3110
3127
}
3111
3128
3112
3129
.btn-info {
@@ -3128,44 +3145,44 @@ textarea.form-control-lg {
3128
3145
3129
3146
.btn-warning {
3130
3147
--bs-btn-color : # fff ;
3131
- --bs-btn-bg : # f39c12 ;
3132
- --bs-btn-border-color : # f39c12 ;
3148
+ --bs-btn-bg : # c97539 ;
3149
+ --bs-btn-border-color : # c97539 ;
3133
3150
--bs-btn-hover-color : # fff ;
3134
- --bs-btn-hover-bg : # cf850f ;
3135
- --bs-btn-hover-border-color : # c27d0e ;
3151
+ --bs-btn-hover-bg : # d2844b ;
3152
+ --bs-btn-hover-border-color : # d2844b ;
3136
3153
--bs-btn-focus-shadow-rgb : 245 , 171 , 54 ;
3137
3154
--bs-btn-active-color : # fff ;
3138
- --bs-btn-active-bg : # c27d0e ;
3139
- --bs-btn-active-border-color : # b6750e ;
3155
+ --bs-btn-active-bg : # c56f31 ;
3156
+ --bs-btn-active-border-color : # c56f31 ;
3140
3157
--bs-btn-active-shadow : inset 0 3px 5px rgba (0 , 0 , 0 , 0.125 );
3141
3158
--bs-btn-disabled-color : # fff ;
3142
- --bs-btn-disabled-bg : # f39c12 ;
3143
- --bs-btn-disabled-border-color : # f39c12 ;
3159
+ --bs-btn-disabled-bg : # c97539 ;
3160
+ --bs-btn-disabled-border-color : # c97539 ;
3144
3161
}
3145
3162
3146
3163
.btn-danger {
3147
3164
--bs-btn-color : # fff ;
3148
- --bs-btn-bg : # e74c3c ;
3149
- --bs-btn-border-color : # e74c3c ;
3165
+ --bs-btn-bg : # b84040 ;
3166
+ --bs-btn-border-color : # b84040 ;
3150
3167
--bs-btn-hover-color : # fff ;
3151
- --bs-btn-hover-bg : # c44133 ;
3152
- --bs-btn-hover-border-color : # b93d30 ;
3168
+ --bs-btn-hover-bg : # c44949 ;
3169
+ --bs-btn-hover-border-color : # c44949 ;
3153
3170
--bs-btn-focus-shadow-rgb : 235 , 103 , 89 ;
3154
3171
--bs-btn-active-color : # fff ;
3155
- --bs-btn-active-bg : # b93d30 ;
3156
- --bs-btn-active-border-color : # ad392d ;
3172
+ --bs-btn-active-bg : # b13838 ;
3173
+ --bs-btn-active-border-color : # b13838 ;
3157
3174
--bs-btn-active-shadow : inset 0 3px 5px rgba (0 , 0 , 0 , 0.125 );
3158
3175
--bs-btn-disabled-color : # fff ;
3159
- --bs-btn-disabled-bg : # e74c3c ;
3160
- --bs-btn-disabled-border-color : # e74c3c ;
3176
+ --bs-btn-disabled-bg : # b84040 ;
3177
+ --bs-btn-disabled-border-color : # b84040 ;
3161
3178
}
3162
3179
3163
3180
.btn-light {
3164
3181
--bs-btn-color : # 000 ;
3165
- --bs-btn-bg : # ecf0f1 ;
3166
- --bs-btn-border-color : # ecf0f1 ;
3182
+ --bs-btn-bg : # f8fafe ;
3183
+ --bs-btn-border-color : # f8fafe ;
3167
3184
--bs-btn-hover-color : # 000 ;
3168
- --bs-btn-hover-bg : # c9cccd ;
3185
+ --bs-btn-hover-bg : # eff1f5 ;
3169
3186
--bs-btn-hover-border-color : # bdc0c1 ;
3170
3187
--bs-btn-focus-shadow-rgb : 201 , 204 , 205 ;
3171
3188
--bs-btn-active-color : # 000 ;
@@ -8857,7 +8874,7 @@ textarea.form-control-lg {
8857
8874
8858
8875
.bg-dark {
8859
8876
--bs-bg-opacity : 1 ;
8860
- background-color : rgba (var (--bs-dark -rgb ), var (--bs-bg-opacity )) !important ;
8877
+ background-color : rgba (var (--bs-body-bg -rgb ), var (--bs-bg-opacity )) !important ;
8861
8878
}
8862
8879
8863
8880
.bg-black {
0 commit comments