the idea is to change the color of a button Using CSS.
the code i'm trying to use:
CSS
#colorlinkblack {
tw-link {
color: #000000;
}
}
#colorlinkwhite {
tw-link {
color: #FFFFFF;
}
}
so, I can change link or buttons to only change when
@@#colorlinkblack;
[[link]]
@@
It's trying to help a friend with no knowledge and it's getting me confused. while i know this code doen't work and the way it's shown only applies for links, is there a way to set this up so only buttons in the
@@#colorlinkblack;
<<button [[link]]>><</button>>
@@