Skip to content

Commit fb8f954

Browse files
committed
Css is now included via a custom file, not inline
1 parent 2b03dc5 commit fb8f954

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

src/skill_tree.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,5 @@
11
# Skill tree for const eval features
22

3-
<style>
4-
/* the lines within the edges */
5-
.edge:active path,
6-
.edge:hover path {
7-
stroke: fuchsia;
8-
stroke-width: 3;
9-
stroke-opacity: 1;
10-
}
11-
/* arrows are typically drawn with a polygon */
12-
.edge:active polygon,
13-
.edge:hover polygon {
14-
stroke: fuchsia;
15-
stroke-width: 3;
16-
fill: fuchsia;
17-
stroke-opacity: 1;
18-
fill-opacity: 1;
19-
}
20-
/* If you happen to have text and want to color that as well... */
21-
.edge:active text,
22-
.edge:hover text {
23-
fill: fuchsia;
24-
}
25-
</style>
26-
273
```skill-tree
284
[[group]]
295
name = "mut_ref"

0 commit comments

Comments
 (0)