Skip to content

Instantly share code, notes, and snippets.

@davislf2
Last active May 3, 2024 16:40
Show Gist options
  • Save davislf2/24322cb99c1a7a82fb64fe1f5816aef6 to your computer and use it in GitHub Desktop.
Save davislf2/24322cb99c1a7a82fb64fe1f5816aef6 to your computer and use it in GitHub Desktop.
css_common.css #css
.red_class{
color:red
}
.highlight_class{
background-color:palegreen
}
.highlight_robot_class{
background-color:gold
}
.red_class{
color:rgb(237,107,70)
}
.highlight_class{
background-color:rgb(199,233,167)
}
.highlight_robot_class{
background-color:rgb(255,254,169)
}
https://color.adobe.com/oh-yes-color-theme-11962506/?showPublished=true
@chidexpro
Copy link

Excellent.

Nice one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment