diff options
| author | bob <bcz@cs.brown.edu> | 2019-08-07 18:15:38 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-08-07 18:15:38 -0400 |
| commit | 941c50617a0cbaef054f2be856de013bd69ea81f (patch) | |
| tree | 15d88432804991ef681b2c68368521ceb2c90c45 /src/client/views/pdf/Annotation.scss | |
| parent | 243beedb3a9e8be526d026fade0e8d48b507148a (diff) | |
pdf annotaitons
Diffstat (limited to 'src/client/views/pdf/Annotation.scss')
| -rw-r--r-- | src/client/views/pdf/Annotation.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/Annotation.scss b/src/client/views/pdf/Annotation.scss index 817115690..0c6df74f0 100644 --- a/src/client/views/pdf/Annotation.scss +++ b/src/client/views/pdf/Annotation.scss @@ -2,6 +2,6 @@ pointer-events: all; user-select: none; position: absolute; - background-color: pink; + background-color: red; opacity: 0.1; }
\ No newline at end of file |
