Skip to content

Commit 0d4e5fd

Browse files
authored
fix(wikiwand): citation in infobox and lang selector (catppuccin#1108)
1 parent ba6dcab commit 0d4e5fd

1 file changed

Lines changed: 16 additions & 13 deletions

File tree

styles/wikiwand/catppuccin.user.css

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@name Wikiwand Catppuccin
33
@namespace github.com/catppuccin/userstyles/styles/wikiwand
44
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/wikiwand
5-
@version 1.2.0
5+
@version 1.2.1
66
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/wikiwand/catppuccin.user.css
77
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Awikiwand
88
@description Soothing pastel theme for Wikiwand
@@ -96,16 +96,12 @@
9696
background-color: @surface1;
9797
border-color: @surface2;
9898
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);
102100
}
103101
.draggable_wrapper__YB014 {
104102
background-color: @surface1;
105103
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);
109105
color: @text;
110106
}
111107
.checkbox_checkbox__uXwIZ {
@@ -325,7 +321,9 @@
325321
.list_item__VVizU.list_active__ahAYX {
326322
color: @accent-color;
327323
}
328-
.item_star__arENF {
324+
.item_star__arENF,
325+
.item_article__sLPDb,
326+
.icon_icon__0vohI {
329327
color: @subtext1;
330328
}
331329
.item_star__arENF.item_active__4kaIV {
@@ -367,16 +365,21 @@
367365
color: @accent-color !important;
368366
}
369367
.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;
375372
}
376373
.wikitable tr::before {
377374
background-color: @surface0 !important;
378375
border-color: @surface2 !important;
379376
}
377+
.infobox .mw-ref {
378+
background: transparent !important;
379+
* {
380+
color: @accent-color !important;
381+
}
382+
}
380383
}
381384
}
382385

0 commit comments

Comments
 (0)