diff options
| author | bobzel <zzzman@gmail.com> | 2021-07-29 12:32:19 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-07-29 12:32:19 -0400 |
| commit | 93c06962c18c916518616ab8f53944487e59fc2a (patch) | |
| tree | d9b85542bdebc193f8c0b500b66ffc9847806da8 /src/client/views/nodes/DocumentView.scss | |
| parent | 795764089a464304be12e5b41dced0045350cc86 (diff) | |
fixed linking to text in custom text view.
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index 8f86417d6..281f25fb3 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -147,7 +147,7 @@ .documentView-titleWrapper, .documentView-titleWrapper-hover { overflow: hidden; - color: white; + color: gray; transform-origin: top left; top: 0; width: 100%; |
