Skip to content

Instantly share code, notes, and snippets.

View thomasjmwb's full-sized avatar

Thomas Whalen-Bridge thomasjmwb

View GitHub Profile
@thomaspark
thomaspark / bobross.css
Last active March 9, 2020 14:33
Bob Ross’ color palette in CSS
.sap-green {
background-color: #0A3410;
}
.sap-green-text {
color: #0A3410;
}
.sap-green-border {
border-color: #0A3410;
}