Basilcss / core

🪴 Basil.css is an open source, simple and lightweight CSS framework for building custom user interfaces.
https://www.basilcss.com
MIT License
3 stars 6 forks source link

make all <a> tags visible with an extinct color, basil's color is green for example #2

Closed daniel-bergmann closed 1 year ago

daniel-bergmann commented 1 year ago

add underline on non hover and color on hover

SrNightmare09 commented 1 year ago

hey ! i think i might be able to help on this one!

daniel-bergmann commented 1 year ago

@SrNightmare09, great, go ahead!

SrNightmare09 commented 1 year ago

@daniel-bergmann can you be more specific with what you wish to achieve? And it would also be helpful if you could provide with the exact colors you wish to see.

daniel-bergmann commented 1 year ago

@SrNightmare09 simply have all tags visible as the green --accent variable in the css file.

SrNightmare09 commented 1 year ago

@daniel-bergmann so you want to have a distinct color when the link has been clicked once?

daniel-bergmann commented 1 year ago

@SrNightmare09 the original color is blue but we want it to be green to match the design

SrNightmare09 commented 1 year ago

@daniel-bergmann when i import the framework on a simple react app, the link is green only. i can send a screenshot as well as the code if u wish to see it

SrNightmare09 commented 1 year ago

@daniel-bergmann when i import the framework on a simple react app, the link is green only. i can send a screenshot as well as the code if u wish to see it

even when i use the framework on online react compilers such as replit, i can clearly see the accent green on hovering upon a link. The link when there is no hover is black in itself tho.

daniel-bergmann commented 1 year ago

@SrNightmare09 great, can you make it green without the hover?

SrNightmare09 commented 1 year ago

@daniel-bergmann sure!