Skip to content

Commit b57610a

Browse files
fix(reddit): color the recap logo (catppuccin#375)
1 parent 9b81a18 commit b57610a

1 file changed

Lines changed: 52 additions & 3 deletions

File tree

styles/reddit/catppuccin.user.css

Lines changed: 52 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/* ==UserStyle==
22
@name Reddit Catppuccin
33
@namespace github.com/catppuccin/userstyles/styles/reddit
4-
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/reddit
5-
@version 2.0.1
4+
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/reddit
5+
@version 2.0.2
66
@description Soothing pastel theme for Reddit
77
@author Catppuccin
88
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/reddit/catppuccin.user.css
9-
@license MIT
9+
@license MIT
1010
1111
@preprocessor less
1212
@var select lightFlavor "Light Flavor" ["latte:Latte*", "frappe:Frappé", "macchiato:Macchiato", "mocha:Mocha"]
@@ -1087,6 +1087,55 @@
10871087
div.HQ2VJViRjokXpRbJzPvvc::after {
10881088
border-top-color: @mantle !important;
10891089
}
1090+
1091+
/* Recap Reddit Logo */
1092+
.snoo-cls-1 {
1093+
fill: @base;
1094+
}
1095+
1096+
.snoo-cls-2 {
1097+
fill: @base;
1098+
}
1099+
1100+
.snoo-cls-3 {
1101+
fill: @base;
1102+
}
1103+
1104+
.snoo-cls-4 {
1105+
fill: @accent-color;
1106+
}
1107+
1108+
.snoo-cls-5 {
1109+
fill: @accent-color;
1110+
}
1111+
1112+
.snoo-cls-6 {
1113+
fill: @base;
1114+
}
1115+
1116+
.snoo-cls-7 {
1117+
fill: @accent-color;
1118+
}
1119+
1120+
.snoo-cls-8 {
1121+
fill: @base;
1122+
}
1123+
1124+
.snoo-cls-9 {
1125+
fill: @base;
1126+
}
1127+
1128+
.snoo-cls-10 {
1129+
fill: @accent-color;
1130+
}
1131+
1132+
.snoo-cls-11 {
1133+
fill: @sky;
1134+
}
1135+
1136+
.snoo-cls-11 {
1137+
fill: @sky;
1138+
}
10901139
}
10911140
}
10921141

0 commit comments

Comments
 (0)