@stackoverflow/stacks 2.5.0 → 2.5.1
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.
|
@@ -93,8 +93,12 @@
|
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
&&__required:not(&__moderator) {
|
|
96
|
-
--_ta-bc: var(--black-400);
|
|
97
|
-
--_ta-
|
|
96
|
+
--_ta-bc: var(--theme-tag-required-border-color, var(--theme-tag-border-color, var(--black-400)));
|
|
97
|
+
--_ta-bg: var(--theme-tag-required-background-color, var(--theme-tag-background-color, var(--black-150)));
|
|
98
|
+
--_ta-fc: var(--theme-tag-required-color, var(--theme-tag-color, var(--black-500)));
|
|
99
|
+
--_ta-bc-hover: var(--theme-tag-required-hover-border-color, var(--theme-tag-hover-border-color, var(--black-600)));
|
|
100
|
+
--_ta-bg-hover: var(--theme-tag-required-hover-background-color, var(--theme-tag-hover-background-color, var(--black-200)));
|
|
101
|
+
--_ta-fc-hover: var(--theme-tag-required-hover-color, var(--theme-tag-hover-color, var(--black-600)));
|
|
98
102
|
}
|
|
99
103
|
|
|
100
104
|
&__watched, // TODO: remove all single `&` watched styles once core no longer requires them
|
|
@@ -173,6 +177,7 @@
|
|
|
173
177
|
|
|
174
178
|
align-items: center;
|
|
175
179
|
display: inline-flex;
|
|
180
|
+
font-weight: 700;
|
|
176
181
|
justify-content: center;
|
|
177
182
|
min-width: 0;
|
|
178
183
|
text-decoration: none;
|
|
@@ -506,10 +506,10 @@
|
|
|
506
506
|
comment: hsl(0, 0%, 60%);
|
|
507
507
|
deletion: var(--red-500);
|
|
508
508
|
keyword:var(--blue-400);
|
|
509
|
-
literal: hsl(27,
|
|
510
|
-
namespace: hsl(27,
|
|
509
|
+
literal: hsl(27, 95%, 65%);
|
|
510
|
+
namespace: hsl(27, 95%, 65%);
|
|
511
511
|
punctuation: hsl(0, 0%, 80%);
|
|
512
|
-
symbol: hsl(306,
|
|
512
|
+
symbol: hsl(306, 50%, 75%);
|
|
513
513
|
variable: hsl(65.5, 39%, 57.5%);
|
|
514
514
|
}
|
|
515
515
|
.set-highlight-hc() {
|
|
@@ -524,7 +524,7 @@
|
|
|
524
524
|
namespace: hsl(16, 94%, 31%);
|
|
525
525
|
punctuation: var(--black-500);
|
|
526
526
|
symbol: hsl(309, 45%, 31%);
|
|
527
|
-
variable: hsl(88, 100%,
|
|
527
|
+
variable: hsl(88, 100%, 18%);
|
|
528
528
|
}
|
|
529
529
|
.set-highlight-hc-dark() {
|
|
530
530
|
addition: var(--green-500);
|