diff options
| author | bobzel <zzzman@gmail.com> | 2021-01-27 16:33:45 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-01-27 16:33:45 -0500 |
| commit | bc8504151c8b6cb8c427f1f3c97c7f44eebc9426 (patch) | |
| tree | 7cf47bbde9f50c501ebdcec1565c51afb8d1cec2 /src/client/views/MainView.scss | |
| parent | f43f47662293ddb2cd4d2eb217bc4f01b6d22826 (diff) | |
updated documentdecorations title display to be more visible on complex backgrounds. fixed link following behavior (espicall from presentations) to timeline annotations.
Diffstat (limited to 'src/client/views/MainView.scss')
| -rw-r--r-- | src/client/views/MainView.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss index d6a455a22..8ccb64744 100644 --- a/src/client/views/MainView.scss +++ b/src/client/views/MainView.scss @@ -61,7 +61,7 @@ } .mainView-container { - color: dimgray; + color: black; .lm_title { background: #cacaca; |
