테마에서 '로그인'과 '회원가입' 버튼의 글꼴 색상을 변경할 수 없나요?

I don’t see an option to change the text or background color for the log in/sign up buttons, is there a way to do this?

(using dark/light toggle GitHub - discourse/discourse-color-scheme-toggle: Color Scheme Toggler to switch between Dark / Light schemes set by the user's preferences · GitHub)

토글에 대해서는 잘 모르겠습니다.

Customization > Theme component 이 여러분이 찾고 있는 기능을 수행할 수 있을 것 같습니다.

You could create a theme component with CSS for .login-button or sign-up-button.

Thanks for the info, does that just apply to the login landing page after you click the button, or the on screen buttons themselves, see for reference:

Trying to change the either blue background colour here (don’t see this in settings) or the font color.

Tbh @Jonathan5 imho has the better solution idea by targetting the element directly.

If the trendy login supports markdown and you have bbcode or bbcode color plugin installed you might be able to use

[color=black][bgcolor=blue]Login[/bgcolor][/color]

That should make Text black and background blue.