Skip to content

Commit

Permalink
fix(google): unthemed section (#1172)
Browse files Browse the repository at this point in the history
* fix(google): unthemed section

* update css
  • Loading branch information
Omar authored Aug 8, 2024
1 parent b08fbc7 commit fc15a06
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion styles/google/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Google Catppuccin
@namespace github.com/catppuccin/userstyles/styles/google
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/google
@version 0.2.5
@version 0.2.6
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/google/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agoogle
@description Soothing pastel theme for Google
Expand Down Expand Up @@ -474,6 +474,19 @@

/* End of AI search */

/* "People also search for.." section */
.vIifob {
background-color: @surface0 !important;
}

.DxHbyd {
background-color: @surface2 !important;
}

.dg6jd {
color: @text !important;
}

/* Featured snippets */
@media (prefers-reduced-motion: no-preference) {
.c2xzTb .ILfuVd b {
Expand Down

0 comments on commit fc15a06

Please sign in to comment.