sfba.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for the San Francisco Bay Area. Come on in and join us!

Server stats:

2.3K
active users

#wafrn

14 posts12 participants0 posts today

@gabboman Hey

I receive this error when I try to send you an ask.

ERROR 
Object { headers: {…}, status: 500, statusText: "OK", url: "https://app.wafrn.net/api/user/undefined/ask", ok: false, type: undefined, name: "HttpErrorResponse", message: "Http failure response for https://app.wafrn.net/api/user/undefined/ask: 500 OK", error: "Internal Server Error" }
core.mjs:6675:18

Also, I was trying to ask you: "Hmm, maybe the confetti blowing every time you do something super common like liking isn't the most practical, but what about following? In fact, I think it'd be hilarious if you got confetti when you blocked someone"


#wafrn #bug-report
Continued thread

oh right, one last thing before I sleep!

Donations links to all the regular-ish Wafrn contributors that I know of

helps us get shit done if we're actually getting paid for it, kinda, indirectly
You get what I mean
<3


#wafrn
Replied in thread

@eyetooth Okay this is going to be a little technically complicated:

https://github.com/gabboman/wafrn/blob/main/THEMING.md

They have a pre-built theme that you can change as needed, using HEX color codes.

I'm going to use the basic "root" as an example:


:root {
/* ELEMENT VARIABLES */

--main-bgcolor: #212121;

--main-textcolor: white;

--container-bordercolor: none;

--link-textcolor: #38fef1;

--link-textcolor-hover: #38fef1;

--link-textcolor-visited: #38fef1;

--button-bgcolor: #424242;

--button-bgcolor-hover: #424242;

--button-accent-color: #69f0ae;

--button-accent-color-hover: #69f0ae;

--element-bgcolor: #424242;

--username-textcolor: #38fef1;

--username-textcolor-hover: #38fef1;

--url-textcolor: #38fef1;

--popup-textcolor: white;

--popup-bgcolor: #424242;

--color-trans: 0.37s cubic-bezier(0.77, 0, 0.23, 1);

--image-transoff: 0.37s cubic-bezier(0.88, 0.52, 0.48, 1);

--image-trans: 0.37s cubic-bezier(0.81, -0.19, 0.27, 0.34);
}

Say I wanted my background to be Orange and my text to be Black:


--main-bgcolor: #f88836; <--- changed from #212121 (black) to #f88836 (orange)

--main-textcolor: #1f1f1f; <---changed from white to #1f1f1f (a black)

--container-bordercolor: #ffffff; <--- changed from none to #ffffff (white)

That should change it to the selected colors. Still learning it myself, but it looks like it's basic CSS/HTML color changing. ^_^ please let me know if you have any questions or need help changing stuff I can do my best to help!


#wafrn #themes #theme #212121 #38fef1 #38fef1 #38fef1 #424242 #424242 #69f0ae #69f0ae #424242 #38fef1 #38fef1 #38fef1 #424242 #f88836 #212121 #f88836 #1f1f1f #1f1f1f #ffffff #ffffff
Wafrn is a federated social media inspired by tumblr. Join us and have fun - gabboman/wafrn
GitHubwafrn/THEMING.md at main · gabboman/wafrnWafrn is a federated social media inspired by tumblr. Join us and have fun - gabboman/wafrn
Replied to Alexia ΘΔ

@alexia I'm not sure if I just can't find it, but a full list of the custom emojis somewhere would be nice (I saw in another post that the search prompt thing only shows… 50 or something).
Especially if there are dragon emojis! I saw a Volpeon react on a post on my dash and felt more envy than when I was using a fedi client without any emoji reacts at all.


#text #wafrn