@@ -134,21 +134,71 @@ li p {
134
134
/*
135
135
See https://github.com/tabler/tabler/issues/2404
136
136
*/
137
- .status-x {--tblr-status-color : # 000000 ;--tblr-status-color-rgb : 0 , 0 , 0 }
138
- .status-facebook {--tblr-status-color : # 1877f2 ;--tblr-status-color-rgb : 24 , 119 , 242 }
139
- .status-twitter {--tblr-status-color : # 1da1f2 ;--tblr-status-color-rgb : 29 , 161 , 242 }
140
- .status-linkedin {--tblr-status-color : # 0a66c2 ;--tblr-status-color-rgb : 10 , 102 , 194 }
141
- .status-google {--tblr-status-color : # dc4e41 ;--tblr-status-color-rgb : 220 , 78 , 65 }
142
- .status-youtube {--tblr-status-color : # ff0000 ;--tblr-status-color-rgb : 255 , 0 , 0 }
143
- .status-vimeo {--tblr-status-color : # 1ab7ea ;--tblr-status-color-rgb : 26 , 183 , 234 }
144
- .status-dribbble {--tblr-status-color : # ea4c89 ;--tblr-status-color-rgb : 234 , 76 , 137 }
145
- .status-github {--tblr-status-color : # 181717 ;--tblr-status-color-rgb : 24 , 23 , 23 }
146
- .status-instagram {--tblr-status-color : # e4405f ;--tblr-status-color-rgb : 228 , 64 , 95 }
147
- .status-pinterest {--tblr-status-color : # bd081c ;--tblr-status-color-rgb : 189 , 8 , 28 }
148
- .status-vk {--tblr-status-color : # 6383a8 ;--tblr-status-color-rgb : 99 , 131 , 168 }
149
- .status-rss {--tblr-status-color : # ffa500 ;--tblr-status-color-rgb : 255 , 165 , 0 }
150
- .status-flickr {--tblr-status-color : # 0063dc ;--tblr-status-color-rgb : 0 , 99 , 220 }
151
- .status-bitbucket {--tblr-status-color : # 0052cc ;--tblr-status-color-rgb : 0 , 82 , 204 }
152
- .status-tabler {--tblr-status-color : # 066fd1 ;--tblr-status-color-rgb : 6 , 111 , 209 }
153
-
154
- .text-black-fg {color : var (--tblr-dark-fg )!important }
137
+ .status-x {
138
+ --tblr-status-color : # 000000 ;
139
+ --tblr-status-color-rgb : 0 , 0 , 0 ;
140
+ }
141
+ .status-facebook {
142
+ --tblr-status-color : # 1877f2 ;
143
+ --tblr-status-color-rgb : 24 , 119 , 242 ;
144
+ }
145
+ .status-twitter {
146
+ --tblr-status-color : # 1da1f2 ;
147
+ --tblr-status-color-rgb : 29 , 161 , 242 ;
148
+ }
149
+ .status-linkedin {
150
+ --tblr-status-color : # 0a66c2 ;
151
+ --tblr-status-color-rgb : 10 , 102 , 194 ;
152
+ }
153
+ .status-google {
154
+ --tblr-status-color : # dc4e41 ;
155
+ --tblr-status-color-rgb : 220 , 78 , 65 ;
156
+ }
157
+ .status-youtube {
158
+ --tblr-status-color : # ff0000 ;
159
+ --tblr-status-color-rgb : 255 , 0 , 0 ;
160
+ }
161
+ .status-vimeo {
162
+ --tblr-status-color : # 1ab7ea ;
163
+ --tblr-status-color-rgb : 26 , 183 , 234 ;
164
+ }
165
+ .status-dribbble {
166
+ --tblr-status-color : # ea4c89 ;
167
+ --tblr-status-color-rgb : 234 , 76 , 137 ;
168
+ }
169
+ .status-github {
170
+ --tblr-status-color : # 181717 ;
171
+ --tblr-status-color-rgb : 24 , 23 , 23 ;
172
+ }
173
+ .status-instagram {
174
+ --tblr-status-color : # e4405f ;
175
+ --tblr-status-color-rgb : 228 , 64 , 95 ;
176
+ }
177
+ .status-pinterest {
178
+ --tblr-status-color : # bd081c ;
179
+ --tblr-status-color-rgb : 189 , 8 , 28 ;
180
+ }
181
+ .status-vk {
182
+ --tblr-status-color : # 6383a8 ;
183
+ --tblr-status-color-rgb : 99 , 131 , 168 ;
184
+ }
185
+ .status-rss {
186
+ --tblr-status-color : # ffa500 ;
187
+ --tblr-status-color-rgb : 255 , 165 , 0 ;
188
+ }
189
+ .status-flickr {
190
+ --tblr-status-color : # 0063dc ;
191
+ --tblr-status-color-rgb : 0 , 99 , 220 ;
192
+ }
193
+ .status-bitbucket {
194
+ --tblr-status-color : # 0052cc ;
195
+ --tblr-status-color-rgb : 0 , 82 , 204 ;
196
+ }
197
+ .status-tabler {
198
+ --tblr-status-color : # 066fd1 ;
199
+ --tblr-status-color-rgb : 6 , 111 , 209 ;
200
+ }
201
+
202
+ .text-black-fg {
203
+ color : var (--tblr-dark-fg ) !important ;
204
+ }
0 commit comments