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 cbfc01e commit df01d16Copy full SHA for df01d16
1 file changed
app/assets/main.css
@@ -154,7 +154,7 @@ button {
154
155
/* Skip link */
156
.skip-link {
157
- position: absolute;
+ position: fixed;
158
top: -100%;
159
left: 0;
160
padding: 0.5rem 1rem;
@@ -165,6 +165,15 @@ button {
165
transition: top 0.2s ease;
166
}
167
168
+html[dir='rtl'] .skip-link {
169
+ left: unset;
170
+ right: 0;
171
+}
172
+
173
+.skip-link:hover {
174
+ color: var(--bg);
175
+ text-decoration: underline;
176
177
.skip-link:focus {
178
top: 0;
179
0 commit comments