sakura
sakura copied to clipboard
:cherry_blossom: a minimal css framework/theme.
It appears that `button:hover` and `button:focus` have the exact same styling. IMO this is confusing because a button can remain focused after being clicked, so it visually looks like it's...
This converts `test.html` into an automated Vercel deployment. Users can still test locally with `cd vercel && npm run dev`, but each pull request should also have an automated preview,...
For some reason `test.html` was marked as an executable file. This makes it a "normal" file.
- Autogenerate css using GitHub actions, it should only commit if css files have changed - If possible get rid of node-sass - Improve release tooling Need to spend some...
Bootstrap collects theme colors together using a map, but the variables themselves can have identities that are different from their map keys. https://github.com/twbs/bootstrap/blob/e5643aaa89eb67327a5b4abe7db976f0ea276b70/scss/_variables.scss#L77-L87 The folder structure could look like this:...
Hi, great project, it's an absolute joy to use. I noticed one small thing though. On Firefox, the horizontal line by default appears to have `border-style: solid;`, but on Chrome...
Alternate colors for rows of a tables is used for a long time and it really increase readability. Please include this feature.
This is a great and clean `CSS`. Any chance of having Admonitions. Something like in Jupyter will be great: https://jupyterbook.org/content/content-blocks.html.