You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is not a question, feature request, or anything other than a bug report directly related to Hugo Blox Builder. Please post those things on Discord: https://discord.gg/z8wNYzb
Description
Thanks for the hard work with Hugo Blox! I've recently made my own personal page using it, and so far it is good.
I am using the academic-cv template, and the "Download CV" button on the homepage is little too dark to my taste. It seems that the only way to change the button's background color is to override layouts/partials/blox/resume-biography-3.html, and more specifically to change the color in this line.
According to my little Tailwind understanding, I should be able to write "dark:bg-gray-700" instead of "dark:bg-gray-800".
However, when anything else than "dark:bg-gray-800" is used, the button's color background reverts to its "normal" (i.e. not dark) setting while it should take into account the new color.
Preliminary Checks
Description
Thanks for the hard work with Hugo Blox! I've recently made my own personal page using it, and so far it is good.
I am using the academic-cv template, and the "Download CV" button on the homepage is little too dark to my taste. It seems that the only way to change the button's background color is to override layouts/partials/blox/resume-biography-3.html, and more specifically to change the color in this line.
According to my little Tailwind understanding, I should be able to write "dark:bg-gray-700" instead of "dark:bg-gray-800".
However, when anything else than "dark:bg-gray-800" is used, the button's color background reverts to its "normal" (i.e. not dark) setting while it should take into account the new color.
Reproduction Link
https://github.com/HugoBlox/theme-academic-cv
Steps to Reproduce
Expected Result
The background color of the button on the homepage should get a little lighter, but still be gray.
Actual Result
The background color reverts to the non-dark setting (in this case, white).
What Hugo Module versions does your site use?
module github.com/HugoBlox/hugo-blox-builder/starters/academic-cv
go 1.19
require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231209203044-d31adfedd40b
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240602133901-492e343c2a33
)
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
Firefox, Microsoft Edge
Which Hugo Blox template are you using?
AcademicCV
What version of Hugo are you using?
hugo extended v0.133.1
The text was updated successfully, but these errors were encountered: