mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +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;
|
|
} |