Skip to content

Commit

Permalink
fix(stack-overflow): avatar fix (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Aug 1, 2024
1 parent 05a8c19 commit db4f7cc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions styles/stack-overflow/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Stack Overflow Catppuccin
@namespace github.com/catppuccin/userstyles/styles/stack-overflow
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/stack-overflow
@version 0.1.1
@version 0.1.2
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/stack-overflow/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Astack-overflow
@description Soothing pastel theme for Stack Overflow
Expand Down Expand Up @@ -75,8 +75,6 @@ domain('superuser.com'), domain('mathoverflow.net'), domain('askubuntu.com'), do
@crust: @catppuccin[@@lookup][@crust];
@accent-color: @catppuccin[@@lookup][@@accent];

background-image: none;

--ctp-rosewater: #rgbify(@rosewater) [];
--ctp-flamingo: #rgbify(@flamingo) [];
--ctp-pink: #rgbify(@pink) [];
Expand Down Expand Up @@ -248,7 +246,7 @@ domain('superuser.com'), domain('mathoverflow.net'), domain('askubuntu.com'), do
}

.s-avatar {
&.subcommunity-topic-mobile-dev.s-avatar {
&.subcommunity-topic-mobile-dev {
@svg: escape(
'<svg fill="none" height="300" viewBox="0 0 300 300" width="300" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h300v300H0z" fill="@{yellow}"/><path d="M52 198.352V101h29.418l17.664 66.406L116.547 101h29.484v97.352H127.77v-76.633l-19.325 76.633H89.52l-19.258-76.633v76.633zM165.488 101h35.926q12.152 0 18.527 1.859 8.567 2.524 14.676 8.965c6.109 6.441 7.172 9.563 9.297 15.805q3.188 9.297 3.188 22.976 0 12.02-2.989 20.719-3.652 10.626-10.425 17.199-5.114 4.981-13.813 7.77-6.508 2.059-17.398 2.059h-36.989zm19.657 16.469v64.48h14.675q8.235 0 11.887-.929 4.782-1.196 7.902-4.051 3.188-2.856 5.18-9.364 1.992-6.573 1.992-17.863c0-11.29-.664-13.303-1.992-17.332q-1.992-6.043-5.578-9.43t-9.098-4.582q-4.117-.929-16.136-.929z" fill="@{crust}"/></svg>'
);
Expand Down

0 comments on commit db4f7cc

Please sign in to comment.