mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 03:35:25 +08:00
9 lines
No EOL
127 B
CSS
9 lines
No EOL
127 B
CSS
/* Licensed under the MIT license */
|
|
|
|
td.formula {
|
|
background-color: yellow;
|
|
}
|
|
|
|
td.formula-error {
|
|
background-color: red;
|
|
} |