@stackoverflow/stacks 2.5.1 → 2.5.2
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
|
@@ -2596,6 +2596,13 @@ body.theme-highcontrast .s-label--status {
|
|
|
2596
2596
|
margin-top: var(--su4);
|
|
2597
2597
|
padding: 0;
|
|
2598
2598
|
}
|
|
2599
|
+
.s-required-symbol {
|
|
2600
|
+
color: var(--red-400);
|
|
2601
|
+
font-size: 125%;
|
|
2602
|
+
font-weight: normal;
|
|
2603
|
+
line-height: 0;
|
|
2604
|
+
text-decoration: none !important;
|
|
2605
|
+
}
|
|
2599
2606
|
a,
|
|
2600
2607
|
.s-link {
|
|
2601
2608
|
--_li-fc: var(--theme-link-color, var(--theme-secondary-400));
|