|
2 | 2 | @name Substack Catppuccin |
3 | 3 | @namespace github.com/catppuccin/userstyles/styles/substack |
4 | 4 | @homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/substack |
5 | | -@version 0.2.1 |
| 5 | +@version 0.2.2 |
6 | 6 | @updateURL https://github.com/catppuccin/userstyles/raw/main/styles/substack/catppuccin.user.css |
7 | 7 | @supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Asubstack |
8 | 8 | @description Soothing pastel theme for Substack |
|
146 | 146 | --color-semantic-highlight-fg-primary: @accent-color; |
147 | 147 |
|
148 | 148 | /* Weird variables issue fixes */ |
149 | | - --color-light-bg-primary: @text; |
| 149 | + --color-light-bg-primary: @mantle; /* Was text, changing to mantle for (select text) -> Share -> Download button color. Might break things */ |
| 150 | + --color-light-bg-secondary: @surface0; /* substack.com homepage sections */ |
150 | 151 | --color-dark-bg-primary: @mantle; |
151 | 152 | --color-dark-bg-secondary: @base; |
152 | 153 | --color-dark-bg-tertiary: @surface0; |
|
159 | 160 |
|
160 | 161 | --web_bg_color: @mantle; |
161 | 162 | --print_on_web_bg_color: @text; |
| 163 | + |
| 164 | + /* Share button */ |
| 165 | + --material-dark-regular: @mantle; |
| 166 | + /* Copy (heading link) to clipboard notification */ |
| 167 | + --material-dark-thick: @crust; |
| 168 | + /* Button hover, faded to 0.1 */ |
| 169 | + --color-primitive-white-rgb: #rgbify(@text) []; |
| 170 | + |
| 171 | + /* Various full screen modals for singing up, subscribing etc */ |
| 172 | + --cover_print_primary: @text; |
| 173 | + --cover_print_secondary: @subtext1; |
| 174 | + --cover_print_tertiary: @subtext0; |
| 175 | + --cover_bg_color: @base; |
| 176 | + --cover_input_background: @mantle; |
162 | 177 | } |
163 | 178 |
|
164 | 179 | /* Substack logos */ |
|
171 | 186 | } |
172 | 187 |
|
173 | 188 | /* Footer */ |
174 | | - .footer-wrap .footer { |
175 | | - background-color: @mantle; |
| 189 | + .footer-wrap { |
| 190 | + &, |
| 191 | + .footer { |
| 192 | + background-color: @mantle; |
| 193 | + } |
| 194 | + |
| 195 | + .home-footer { |
| 196 | + &, |
| 197 | + a, |
| 198 | + .footer-info .footer-info-col h3 { |
| 199 | + color: @text; |
| 200 | + } |
| 201 | + } |
176 | 202 | } |
177 | 203 | .subscribe-footer .button.primary { |
178 | 204 | border-color: @crust; |
179 | 205 | } |
180 | 206 |
|
181 | | - /* Onboarding and profile */ |
| 207 | + /* Signup, onboarding, and profile */ |
| 208 | + |
| 209 | + .homepage-nav .homepage-nav-bar .homepage-nav-wrap.grey { |
| 210 | + background-color: @base; |
| 211 | + } |
| 212 | + .signup-page { |
| 213 | + background-color: @base; |
| 214 | + |
| 215 | + .signup-box-wrap .error { |
| 216 | + color: @red; |
| 217 | + } |
| 218 | + } |
182 | 219 |
|
183 | 220 | .onboarding-profile-page { |
184 | 221 | .accept-tos * { |
|
0 commit comments