diff options
Diffstat (limited to 'src/client/views/pdf/Annotation.scss')
-rw-r--r-- | src/client/views/pdf/Annotation.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/pdf/Annotation.scss b/src/client/views/pdf/Annotation.scss index 0c6df74f0..cc326eb93 100644 --- a/src/client/views/pdf/Annotation.scss +++ b/src/client/views/pdf/Annotation.scss @@ -2,6 +2,5 @@ pointer-events: all; user-select: none; position: absolute; - background-color: red; - opacity: 0.1; + background-color: rgba(146, 245, 95, 0.467); }
\ No newline at end of file |