We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad2053 commit 57184d4Copy full SHA for 57184d4
src/styles/app.scss
@@ -114,6 +114,24 @@ div.brand {
114
background-color: rgba($gray, 0.05);
115
border: 1px solid rgba($gray, 0.25);
116
}
117
+
118
+ a.anchor::before {
119
+ content: "§";
120
+ display: none;
121
+ position: absolute;
122
+ width: 1em;
123
+ margin-left: -1em;
124
+ text-decoration: none;
125
+ opacity: 0.7;
126
+ color: $gray;
127
+ font-weight: normal;
128
+ }
129
+ :hover > a.anchor::before {
130
+ display: block;
131
132
+ a.anchor:hover::before {
133
+ opacity: 1;
134
135
136
137
ol, ul {
0 commit comments