diff options
| author | bobzel <zzzman@gmail.com> | 2023-10-31 12:21:30 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-10-31 12:21:30 -0400 |
| commit | a091c6142db5c1da94807abf14e78ed69e62f794 (patch) | |
| tree | fa3142b113f9d72af6630461d3743487184f7675 /src/client/views/StyleProvider.scss | |
| parent | 8a6ed7624fa1eb8b0b38a51e3f77af159c7cb09f (diff) | |
fixed groups to use actual document boundaries for ink or link lines, instead of boundingbox. fixed doc title css. started to make link lines more compatible with ink.
Diffstat (limited to 'src/client/views/StyleProvider.scss')
| -rw-r--r-- | src/client/views/StyleProvider.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/StyleProvider.scss b/src/client/views/StyleProvider.scss index f069e7e1b..4d3096f71 100644 --- a/src/client/views/StyleProvider.scss +++ b/src/client/views/StyleProvider.scss @@ -12,7 +12,7 @@ opacity: 0.3; display: flex; flex-direction: column; - color: gold; + color: red; border-radius: 3px; justify-content: center; cursor: default; |
