blob: c81f8bbc78e443833a99a9f52594c85f996c9fb0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
@import "../../colors.scss";
.link-popover {
font-weight: 500;
cursor: pointer;
text-decoration: underline;
}
.popover {
font-family: "Fira Code", monospace;
font-size: 0.75em;
}
|