aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/objects
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/objects')
-rw-r--r--frontend/src/components/objects/LinkPopover.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/src/components/objects/LinkPopover.scss b/frontend/src/components/objects/LinkPopover.scss
index d5f4879..725224c 100644
--- a/frontend/src/components/objects/LinkPopover.scss
+++ b/frontend/src/components/objects/LinkPopover.scss
@@ -1,7 +1,7 @@
-@import '../../colors.scss';
+@import "../../colors.scss";
.link-popover {
- text-decoration: underline;
font-weight: 500;
cursor: pointer;
-} \ No newline at end of file
+ text-decoration: underline;
+}