Skip to content

Commit 1e454fd

Browse files
committed
new fnref styling
1 parent b280541 commit 1e454fd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/tooltips.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
@tailwind utilities;
22

33
.footnote {
4-
@apply text-xs font-bold py-1 px-2 ml-1 rounded-full !text-white bg-accent-600;
4+
@apply text-xs !text-[--sl-color-accent] font-semibold p-1 -m-1;
55
}
66

77
.tippy-box {
8-
background-color: var(--sl-color-bg-nav);
9-
border-color: var(--sl-color-text);
10-
border: 0.1em solid;
11-
color: var(--sl-color-white);
12-
}
8+
background-color: var(--sl-color-bg-nav);
9+
border-color: var(--sl-color-text);
10+
border: 0.1em solid;
11+
color: var(--sl-color-white);
12+
}

0 commit comments

Comments
 (0)