|
2 | 2 | @name Wikiwand Catppuccin |
3 | 3 | @namespace github.com/catppuccin/userstyles/styles/wikiwand |
4 | 4 | @homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/wikiwand |
5 | | -@version 1.2.0 |
| 5 | +@version 1.2.1 |
6 | 6 | @updateURL https://github.com/catppuccin/userstyles/raw/main/styles/wikiwand/catppuccin.user.css |
7 | 7 | @supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Awikiwand |
8 | 8 | @description Soothing pastel theme for Wikiwand |
|
96 | 96 | background-color: @surface1; |
97 | 97 | border-color: @surface2; |
98 | 98 | border-radius: 0.625em; |
99 | | - box-shadow: |
100 | | - 0 0 2px rgba(0, 0, 0, 0.1), |
101 | | - 0 5px 10px rgba(0, 0, 0, 0.1); |
| 99 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.1); |
102 | 100 | } |
103 | 101 | .draggable_wrapper__YB014 { |
104 | 102 | background-color: @surface1; |
105 | 103 | border-color: @surface0; |
106 | | - box-shadow: |
107 | | - 0 0 2px rgba(0, 0, 0, 0.2), |
108 | | - 0 10px 20px rgba(0, 0, 0, 0.3); |
| 104 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.3); |
109 | 105 | color: @text; |
110 | 106 | } |
111 | 107 | .checkbox_checkbox__uXwIZ { |
|
325 | 321 | .list_item__VVizU.list_active__ahAYX { |
326 | 322 | color: @accent-color; |
327 | 323 | } |
328 | | - .item_star__arENF { |
| 324 | + .item_star__arENF, |
| 325 | + .item_article__sLPDb, |
| 326 | + .icon_icon__0vohI { |
329 | 327 | color: @subtext1; |
330 | 328 | } |
331 | 329 | .item_star__arENF.item_active__4kaIV { |
|
367 | 365 | color: @accent-color !important; |
368 | 366 | } |
369 | 367 | .summary_footer__Lk6z7 > span:nth-child(1), |
370 | | - svg.icon_icon__0vohI, |
371 | | - .icon_icon__0vohI.input_icon__He3sV, |
372 | | - svg.icon_icon__0vohI:nth-child(2) > use:nth-child(1) { |
373 | | - color: @accent-color; |
374 | | - fill: @accent-color; |
| 368 | + .input_icon__He3sV, |
| 369 | + .item_star__arENF.item_active__4kaIV * { |
| 370 | + color: @accent-color !important; |
| 371 | + fill: @accent-color !important; |
375 | 372 | } |
376 | 373 | .wikitable tr::before { |
377 | 374 | background-color: @surface0 !important; |
378 | 375 | border-color: @surface2 !important; |
379 | 376 | } |
| 377 | + .infobox .mw-ref { |
| 378 | + background: transparent !important; |
| 379 | + * { |
| 380 | + color: @accent-color !important; |
| 381 | + } |
| 382 | + } |
380 | 383 | } |
381 | 384 | } |
382 | 385 |
|
|
0 commit comments