Skip to content

Commit

Permalink
style: format code with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 6, 2024
1 parent 02c20cb commit d2ebf0b
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions styles/google/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,9 @@
background-color: @surface0 !important;
}

.vBnbff, .RSWv0c.NaC7Cf, .RSWv0c.NaC7Cf .q8U8x > div:nth-child(1) {
.vBnbff,
.RSWv0c.NaC7Cf,
.RSWv0c.NaC7Cf .q8U8x > div:nth-child(1) {
background-color: @surface0 !important;
color: @text !important;
}
Expand All @@ -647,11 +649,12 @@
/* mobile ui */
/* header background & search bar */
.v6U7rf {
background-color: @base;
background-color: @base;
}

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

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

/* search suggestions */
Expand Down Expand Up @@ -701,12 +704,14 @@
.Ww4FFb {
box-shadow: 0 0 0 1px @base;
}

.Faw6Fe, .GpOXq {

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

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

Expand Down Expand Up @@ -919,7 +924,8 @@
.related-question-pair div.iDjcJe {
color: @text;
}
.cUnQKe .ILfuVd b, .cUnQKe .QBI8hf b {
.cUnQKe .ILfuVd b,
.cUnQKe .QBI8hf b {
background-color: fade(@blue, 25%);
color: @text;
}
Expand Down

0 comments on commit d2ebf0b

Please sign in to comment.