@stackoverflow/stacks 3.0.0-beta.11 → 3.0.0-beta.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/css/stacks.css
CHANGED
|
@@ -3245,6 +3245,7 @@ body.theme-highcontrast .s-navigation .s-navigation--item:active {
|
|
|
3245
3245
|
}
|
|
3246
3246
|
.s-navigation .s-navigation--avatar {
|
|
3247
3247
|
margin-right: var(--su8);
|
|
3248
|
+
background: transparent;
|
|
3248
3249
|
}
|
|
3249
3250
|
/**
|
|
3250
3251
|
* Generate color variables with a given color name
|
|
@@ -15428,42 +15429,55 @@ p {
|
|
|
15428
15429
|
}
|
|
15429
15430
|
.fs-display4 {
|
|
15430
15431
|
font-size: var(--fs-display4) !important;
|
|
15432
|
+
line-height: 1.18;
|
|
15431
15433
|
}
|
|
15432
15434
|
.fs-display3 {
|
|
15433
15435
|
font-size: var(--fs-display3) !important;
|
|
15436
|
+
line-height: 1.2;
|
|
15434
15437
|
}
|
|
15435
15438
|
.fs-display2 {
|
|
15436
15439
|
font-size: var(--fs-display2) !important;
|
|
15440
|
+
line-height: 1.28;
|
|
15437
15441
|
}
|
|
15438
15442
|
.fs-display1 {
|
|
15439
15443
|
font-size: var(--fs-display1) !important;
|
|
15444
|
+
line-height: 1.34;
|
|
15440
15445
|
}
|
|
15441
15446
|
.fs-headline2 {
|
|
15442
15447
|
font-size: var(--fs-headline2) !important;
|
|
15448
|
+
line-height: 1.4;
|
|
15443
15449
|
}
|
|
15444
15450
|
.fs-headline1 {
|
|
15445
15451
|
font-size: var(--fs-headline1) !important;
|
|
15452
|
+
line-height: 1.4;
|
|
15446
15453
|
}
|
|
15447
15454
|
.fs-title {
|
|
15448
15455
|
font-size: var(--fs-title) !important;
|
|
15456
|
+
line-height: 1.4;
|
|
15449
15457
|
}
|
|
15450
15458
|
.fs-subheading {
|
|
15451
15459
|
font-size: var(--fs-subheading) !important;
|
|
15460
|
+
line-height: 1.4;
|
|
15452
15461
|
}
|
|
15453
15462
|
.fs-body3 {
|
|
15454
15463
|
font-size: var(--fs-body3) !important;
|
|
15464
|
+
line-height: 1.4;
|
|
15455
15465
|
}
|
|
15456
15466
|
.fs-body2 {
|
|
15457
15467
|
font-size: var(--fs-body2) !important;
|
|
15468
|
+
line-height: 1.4;
|
|
15458
15469
|
}
|
|
15459
15470
|
.fs-body1 {
|
|
15460
15471
|
font-size: var(--fs-body1) !important;
|
|
15472
|
+
line-height: 1.4;
|
|
15461
15473
|
}
|
|
15462
15474
|
.fs-caption {
|
|
15463
15475
|
font-size: var(--fs-caption) !important;
|
|
15476
|
+
line-height: 1.4;
|
|
15464
15477
|
}
|
|
15465
15478
|
.fs-fine {
|
|
15466
15479
|
font-size: var(--fs-fine) !important;
|
|
15480
|
+
line-height: 1.36;
|
|
15467
15481
|
}
|
|
15468
15482
|
@media (max-width: 640px) {
|
|
15469
15483
|
html .fs-display4 {
|