We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2fff1f + d61b80d commit bff12ffCopy full SHA for bff12ff
1 file changed
astro-site/src/styles/global.css
@@ -256,7 +256,7 @@ a:hover {
256
position: sticky;
257
top: var(--header-height);
258
z-index: 99;
259
- background: var(--color-primary);
+ background: var(--color-primary-dark);
260
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
261
}
262
@@ -269,7 +269,7 @@ a:hover {
269
270
271
.site-tabs a {
272
- color: #ffffffe6;
+ color: rgba(255, 255, 255, 0.75);
273
font-size: var(--font-size-sm);
274
font-weight: 500;
275
text-transform: uppercase;
@@ -289,7 +289,8 @@ a:hover {
289
290
.site-tabs a.active {
291
color: #fff;
292
- border-bottom-color: var(--color-accent);
+ font-weight: 700;
293
+ border-bottom: 3px solid var(--color-accent);
294
295
296
/* Three-column layout */
0 commit comments