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.
2 parents 388c486 + 57184d4 commit 4bfc7f2Copy full SHA for 4bfc7f2
src/styles/app.scss
@@ -133,6 +133,24 @@ div.brand {
133
background-color: rgba($gray, 0.05);
134
border: 1px solid rgba($gray, 0.25);
135
}
136
+
137
+ a.anchor::before {
138
+ content: "§";
139
+ display: none;
140
+ position: absolute;
141
+ width: 1em;
142
+ margin-left: -1em;
143
+ text-decoration: none;
144
+ opacity: 0.7;
145
+ color: $gray;
146
+ font-weight: normal;
147
+ }
148
+ :hover > a.anchor::before {
149
+ display: block;
150
151
+ a.anchor:hover::before {
152
+ opacity: 1;
153
154
155
156
ul, ol {
0 commit comments