Skip to content

Commit

Permalink
style: format code with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston authored and actions-user committed Jul 25, 2023
1 parent 2e6fbb1 commit 2baba93
Show file tree
Hide file tree
Showing 33 changed files with 5,662 additions and 5,202 deletions.
18 changes: 9 additions & 9 deletions styles/advent-of-code/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
@var select flavor "Flavor" ["latte:Latte", "frappe:Frappé", "macchiato:Macchiato", "mocha:Mocha*"]
==/UserStyle== */
@-moz-document domain("adventofcode.com") {

@catppuccin: {
@latte: {
@rosewater: #dc8a78;
Expand Down Expand Up @@ -41,7 +40,7 @@
@base: #eff1f5;
@mantle: #e6e9ef;
@crust: #dce0e8;
}
};
@frappe: {
@rosewater: #f2d5cf;
@flamingo: #eebebe;
Expand Down Expand Up @@ -69,7 +68,7 @@
@base: #303446;
@mantle: #292c3c;
@crust: #232634;
}
};
@macchiato: {
@rosewater: #f4dbd6;
@flamingo: #f0c6c6;
Expand Down Expand Up @@ -97,7 +96,7 @@
@base: #24273a;
@mantle: #1e2030;
@crust: #181926;
}
};
@mocha: {
@rosewater: #f5e0dc;
@flamingo: #f2cdcd;
Expand Down Expand Up @@ -125,8 +124,8 @@
@base: #1e1e2e;
@mantle: #181825;
@crust: #11111b;
}
}
};
};

#catppuccin(@flavor);

Expand Down Expand Up @@ -164,7 +163,9 @@
header h1 a,
header h1 span {
color: @green;
text-shadow: 0 0 2px @green, 0 0 5px @green;
text-shadow:
0 0 2px @green,
0 0 5px @green;
}

a {
Expand Down Expand Up @@ -197,7 +198,6 @@
color: @text;
}


input[type="radio"]:checked ~ span,
input[type="checkbox"]:checked ~ span {
color: @text;
Expand Down Expand Up @@ -321,4 +321,4 @@
}
}
}
}
}
Loading

0 comments on commit 2baba93

Please sign in to comment.