|
124 | 124 | --disabled-control-foreground-color: rgb(160, 161, 162); |
125 | 125 | --scrollbar-color: rgb(190, 191, 192) var(--application-background-color); |
126 | 126 |
|
| 127 | + /** Social Widget */ |
| 128 | + --widget-color: rgb(30, 31, 32); |
| 129 | + --widget-background-color: rgba(255, 255, 255, 0.2); |
| 130 | + --widget-link-color: rgb(30, 31, 32); |
| 131 | + --widget-link-hover-color: rgb(210, 211, 212); |
| 132 | + --widget-link-hover-background-color: rgb(var(--accent-color-blue-3)); |
| 133 | + --widget-border-color: rgb(60, 61, 62); |
| 134 | + |
127 | 135 | /** Button */ |
128 | 136 | --primary-button-foreground-color: rgb(255, 255, 255); |
129 | 137 | --primary-button-background-color: rgb(var(--accent-color-blue-3)); |
|
237 | 245 | --disabled-control-foreground-color: rgb(110, 111, 112); |
238 | 246 | --scrollbar-color: rgb(70, 71, 72) var(--application-background-color); |
239 | 247 |
|
| 248 | + /** Social Widget */ |
| 249 | + --widget-color: rgb(255, 255, 255); |
| 250 | + --widget-background-color: rgba(30, 31, 32, 0.2); |
| 251 | + --widget-link-color: rgb(210, 211, 212); |
| 252 | + --widget-link-hover-color: rgb(30, 31, 32); |
| 253 | + --widget-link-hover-background-color: rgb(var(--accent-color-blue-1)); |
| 254 | + --widget-border-color: rgb(200, 201, 202); |
| 255 | + |
240 | 256 | /** Button */ |
241 | 257 | --secondary-button-background-color: rgb(70, 71, 72); |
242 | 258 | --secondary-button-border-color: rgb(70, 71, 72); |
|
0 commit comments