Skip to content

Commit

Permalink
fix(nixos-wiki): unthemed search bar (#1050)
Browse files Browse the repository at this point in the history
* fix the search bar

* some fixes

* fix search suggestions

* whoops, forgot to do something

* fix lint error

* add border color

* update version number
  • Loading branch information
Omar authored Jul 7, 2024
1 parent 901e152 commit 258f345
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion styles/nixos.wiki/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name NixOS Wiki Catppuccin
@namespace github.com/catppuccin/userstyles/styles/nixos.wiki
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/nixos.wiki
@version 0.0.6
@version 0.0.7
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/nixos.wiki/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anixos.wiki
@description Soothing pastel theme for NixOS Wiki
Expand Down Expand Up @@ -322,6 +322,46 @@
#footer {
background-color: @mantle;
}

.mw-search-profile-tabs, {
background-color: @base !important;
border-color: @base !important;
}

.search-types .current a {
color: @text;
}

.oo-ui-inputWidget-input, {
background-color: @overlay2 !important;
color: @base;
}

.oo-ui-buttonElement-button {
background-color: @mantle !important;
color: @base !important;
border-color: @mantle !important;
}

.oo-ui-labelElement-label {
background-color: @mantle !important;
color: @text !important;
}

.oo-ui-floatableElement-floatable, .oo-ui-widget:hover, {
background-color: @mantle !important;
color: @text !important;
}

& when (@lookup = latte) {
.oo-ui-inputWidget-input {
background-color: @base !important;
color: @text
}
.oo-ui-buttonElement-button {
background-color: @mantle !important;
}
}
}
}

Expand Down

0 comments on commit 258f345

Please sign in to comment.