diff options
Diffstat (limited to 'extension/stylesheet.css')
| -rw-r--r-- | extension/stylesheet.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extension/stylesheet.css b/extension/stylesheet.css new file mode 100644 index 0000000..a0c9855 --- /dev/null +++ b/extension/stylesheet.css @@ -0,0 +1,11 @@ +.parley-recording { + color: #f66151; +} + +.parley-processing { + color: #f9f06b; +} + +.parley-error { + color: #ed333b; +} |
