Skip to content

Commit 08aeeca

Browse files
committed
tweak styling
1 parent 63e66f2 commit 08aeeca

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

packages/viewer/src/components/Shared/Link/Property.svelte

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@
2222
<style>
2323
.emphasized {
2424
font-weight: bold;
25-
color: #b032ff;
25+
border: 1px solid #a8d2ff;
26+
padding: 0px 5px;
27+
display: inline-block;
28+
border-radius: 5px;
29+
background-color: #f1f8ff;
30+
}
31+
.emphasized:hover {
32+
background-color: #f6fafe;
33+
border-color: #e0edfb;
34+
text-decoration: none;
2635
}
2736
</style>

0 commit comments

Comments
 (0)