Skip to content

Commit

Permalink
fix(google): misc (#1346)
Browse files Browse the repository at this point in the history
* fix(google): header background/search bar on mobile

* fix(google): update version number aswell as change some css

* fix(google): misc

* fix(google): more bugs

* fix(google): remove code that breaks links on mobile

* fix(google): more borders

* Update catppuccin.user.css

---------

Co-authored-by: Muslim <[email protected]>
  • Loading branch information
somerand0mcatt and GitMuslim authored Oct 6, 2024
1 parent 975136d commit 02c20cb
Showing 1 changed file with 26 additions and 6 deletions.
32 changes: 26 additions & 6 deletions 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.3.1
@version 0.3.2
@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 @@ -631,6 +631,11 @@
background-color: @surface0 !important;
}

.vBnbff, .RSWv0c.NaC7Cf, .RSWv0c.NaC7Cf .q8U8x > div:nth-child(1) {
background-color: @surface0 !important;
color: @text !important;
}

.DxHbyd {
background-color: @surface2 !important;
}
Expand All @@ -640,6 +645,15 @@
}

/* mobile ui */
/* header background & search bar */
.v6U7rf {
background-color: @base;
}

.zGVn2e, .u4frDf {
background: @surface0 !important;
}

/* search suggestions */
.K4VNlb,
.Sl6fgd.A7Yvie,
Expand All @@ -658,7 +672,8 @@
/* text */
.SAuUUd-z5C9Gb-fmcmS,
.tJaMb,
.TElO2c {
.TElO2c,
.cQp1Ab {
color: @text !important;
}

Expand Down Expand Up @@ -686,6 +701,14 @@
.Ww4FFb {
box-shadow: 0 0 0 1px @base;
}

.Faw6Fe, .GpOXq {
border-color: @surface0 !important;
}

.zGVn2e, .jh86Nb {
border-color: @surface1 !important;
}

/* Featured snippets */
@media (prefers-reduced-motion: no-preference) {
Expand Down Expand Up @@ -896,7 +919,7 @@
.related-question-pair div.iDjcJe {
color: @text;
}
.cUnQKe .ILfuVd b {
.cUnQKe .ILfuVd b, .cUnQKe .QBI8hf b {
background-color: fade(@blue, 25%);
color: @text;
}
Expand Down Expand Up @@ -2068,9 +2091,6 @@
.act-switch-area {
background-color: @base !important;
}
.q8U8x > div:nth-child(1) {
background-color: @base !important;
}
.EwDHG,
.vNdLpe,
.vNdLpe:visited {
Expand Down

0 comments on commit 02c20cb

Please sign in to comment.