mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
10 lines
163 B
CSS
10 lines
163 B
CSS
/* uncss:ignore */
|
|
.playground-error {
|
|
color: red;
|
|
font-weight: 500;
|
|
}
|
|
|
|
/* uncss:ignore */
|
|
.cm-s-solarized .editor-error {
|
|
background-color: #F0F079;
|
|
} |