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 731a03e commit fcb1e91Copy full SHA for fcb1e91
2 files changed
.github/workflows/release.yml
@@ -22,6 +22,13 @@ on:
22
- minor
23
- major
24
25
+concurrency:
26
+ group: "release"
27
+ cancel-in-progress: false
28
+
29
+permissions:
30
+ contents: write
31
+ pull-requests: write
32
33
jobs:
34
release:
src/index.css
@@ -95,7 +95,7 @@
95
--theme-text: #586e75;
96
--theme-text-muted: #657b83;
97
--theme-text-bright: #073642;
98
- --bmc-color: #cb4b16; /* Same as theme-orange for high contrast on light bg */
+ --bmc-color: #cb4b16;
99
}
100
101
@layer base {
0 commit comments