Tahmid (Halfmoon UI)
Tahmid (Halfmoon UI)
There is actually support for this via JavaScript: [Attribute that sets the color scheme via prefers-color-scheme](https://www.gethalfmoon.com/docs/core-javascript-library/#setting-preferred-theme-onload) If you add that attribute to your DOM's body, the user's preferred color preference...
@qgustavor You may have the right idea. I will look more into this.
Did you include `halfmoon.js` in your project? Right now, there is a small issue where the `.with-transitions` class is attached to the page wrapper using JavaScript. This class actually provides...
Hey, thank you for bringing this up. From my point of view, the buttons in Halfmoon are quite readable to the naked eye. Going with the strict rule of 4.5:1...
I set the following: `--primary-color: #0074E0`, and while this fixes the accessibility issues for the primary button, the contrast ratio for links and link buttons **goes down** in dark mode....
This is a known issue. What happens is that JS is used to hide the sidebar on phones. This has to wait for the DOM to load, which is why...
Thank you. Regarding your issues: 1. This has been brought up before. The way that pages are structured is a bit weird (basically the content wrapper scrolls, not the body...
Thank you. I like the suggestion. No promises but I will try to add it within the next few versions. Alternatively, you can also fork the repository and create a...
Managing a user account is easier than managing an organization (in my opinion), and I did not want to use my personal Github account. So I created a new user...
Thankfully, this project is not dead! Please read this if you're interested to know more: https://github.com/halfmoonui/halfmoon/discussions/135