|
2 | 2 | @name Arch Wiki Catppuccin |
3 | 3 | @namespace github.com/catppuccin/userstyles/styles/arch-wiki |
4 | 4 | @homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/arch-wiki |
5 | | -@version 0.0.8 |
| 5 | +@version 0.0.9 |
6 | 6 | @updateURL https://github.com/catppuccin/userstyles/raw/main/styles/arch-wiki/catppuccin.user.css |
7 | 7 | @supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aarch-wiki |
8 | 8 | @description Soothing pastel theme for Arch Wiki |
|
81 | 81 | color: @text !important; |
82 | 82 | } |
83 | 83 |
|
| 84 | + body.skin-vector-2022 .vector-sticky-header { |
| 85 | + color: @text !important; |
| 86 | + background-color: @mantle !important; |
| 87 | + border-bottom-color: @blue !important; |
| 88 | + } |
| 89 | + |
| 90 | + #vector-main-menu-pinned-container, |
| 91 | + #vector-page-tools-pinned-container { |
| 92 | + background-color: @base !important; |
| 93 | + } |
| 94 | + |
| 95 | + #ooui-php-191, |
| 96 | + #preferences .mw-htmlform-submit-buttons { |
| 97 | + background-color: @mantle !important; |
| 98 | + } |
| 99 | + |
| 100 | + .mw-echo-ui-notificationItemWidget-content-message-header, |
| 101 | + .oo-ui-labelElement-label { |
| 102 | + color: @text !important; |
| 103 | + } |
| 104 | + |
| 105 | + .oo-ui-optionWidget-selected { |
| 106 | + background-color: @surface2 !important; |
| 107 | + } |
| 108 | + |
| 109 | + .oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button { |
| 110 | + background-color: @surface0 !important; |
| 111 | + color: @text !important; |
| 112 | + border-color: @surface2 !important; |
| 113 | + filter: brightness(0.4); |
| 114 | + cursor: not-allowed; |
| 115 | + } |
| 116 | + |
| 117 | + .mw-htmlform-ooui .mw-htmlform-matrix tbody tr:nth-child(even) td { |
| 118 | + background-color: @surface1 !important; |
| 119 | + } |
| 120 | + |
| 121 | + .mw-htmlform-ooui .mw-htmlform-matrix tbody tr:hover td { |
| 122 | + background-color: @surface2 !important; |
| 123 | + } |
| 124 | + |
| 125 | + .mw-htmlform-ooui .mw-htmlform-matrix tbody tr:nth-child(odd) td, |
| 126 | + .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, |
| 127 | + .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled, |
| 128 | + .mw-rcfilters-ui-cell.mw-rcfilters-ui-filterTagMultiselectWidget-views-select, |
| 129 | + .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend, |
| 130 | + .oo-ui-popupWidget-popup, |
| 131 | + .mw-echo-ui-notificationItemWidget, |
| 132 | + .mw-echo-ui-placeholderItemWidget { |
| 133 | + background-color: @surface0 !important; |
| 134 | + } |
| 135 | + |
| 136 | + .mw-echo-ui-notificationsInboxWidget-toolbarWrapper { |
| 137 | + background-color: @base !important; |
| 138 | + } |
| 139 | + |
84 | 140 | #archnavbar { |
85 | 141 | background-color: @mantle !important; |
86 | 142 | border-bottom-color: @blue !important; |
|
0 commit comments