mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 17:45:49 +00:00
21 lines
221 B
CSS
21 lines
221 B
CSS
.blue {
|
|
color: #3492E2;
|
|
}
|
|
.red {
|
|
color: #EF483D;
|
|
}
|
|
.green {
|
|
color: #00AE41;
|
|
}
|
|
.yellow {
|
|
color: #FFD100;
|
|
}
|
|
.orange {
|
|
color: #FF8F12;
|
|
}
|
|
.cyan {
|
|
color: #72DCDC;
|
|
}
|
|
.purple {
|
|
color: #FF00FF;
|
|
} |