bitmage
Brandon Mason
2 posts
Recent Posts
-
Radiant, an elegant theme for Discourse
Theme 2024-05-31 23:34 Post #20Oh! I see tertiary is defined in about.json: "color_schemes": { "radiant": { "primary": "000000", "tertiary": "3977FF", "header_primary": "4d4d4d" } }, So I assume this must be where it’s getting the color value. But why would it be pulling from this if I don’t have the “radiant” color scheme selected? -
Radiant, an elegant theme for Discourse
Theme 2024-05-31 23:28 Post #19Can you help me understand how to change the color of the blue accent bar at the top? I see in desktop.scss this is defined: #main-outlet { border-top: 8px solid $tertiary; } Where $tertiary I assume comes from variables defined by Discourse core SCSS, and should pull from the user’s selected...