Select a color in your code.
a:hover {
background-color: rgb(255, 57, 57);
font-weight: bold;
border-bottom: none;
}
Press a key combo.
This is what Cupcake looks like. You can modify the color now.
After you exit Cupcake, the color text has been updated automatically!
a:hover {
background-color: rgb(255, 102, 102);
font-weight: bold;
border-bottom: none;
}