diff --git a/static/css/oml.css b/static/css/oml.css new file mode 100644 index 0000000..b4abb47 --- /dev/null +++ b/static/css/oml.css @@ -0,0 +1,7 @@ +.OMLQuote { + background-color: rgb(255, 255, 255); +} + +.OMLAnnotation.selected .OMLQuote { + background-color: rgb(128, 192, 255); +}