aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LinkDocPreview.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-08-28 02:55:30 -0400
committerbobzel <zzzman@gmail.com>2023-08-28 02:55:30 -0400
commitf82baffbe4269deb257604a8203e10d727ff0a1b (patch)
treedacc2b2ef55f07b88a3f0cc8344862adb79c4227 /src/client/views/nodes/LinkDocPreview.scss
parentae9ec0179e556f44bb9404f319d326321e73cb1f (diff)
trying to fix more colors
Diffstat (limited to 'src/client/views/nodes/LinkDocPreview.scss')
-rw-r--r--src/client/views/nodes/LinkDocPreview.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/nodes/LinkDocPreview.scss b/src/client/views/nodes/LinkDocPreview.scss
index c68e55f73..28216394d 100644
--- a/src/client/views/nodes/LinkDocPreview.scss
+++ b/src/client/views/nodes/LinkDocPreview.scss
@@ -1,7 +1,6 @@
.linkDocPreview {
position: absolute;
pointer-events: all;
- background-color: lightblue;
border: 8px solid white;
border-radius: 7px;
box-shadow: 3px 3px 1.5px grey;
@@ -11,7 +10,6 @@
cursor: pointer;
.linkDocPreview-inner {
- background-color: white;
width: 100%;
height: 100%;
pointer-events: none;