emily-css 1.0.24 → 1.0.25
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/CHANGELOG.md +8 -0
- package/package.json +1 -1
- package/src/index.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ All notable changes to `emily-css` are documented here.
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## v1.0.25 — May 2026
|
|
8
|
+
|
|
9
|
+
**updaed colour**
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
- change colour on code
|
|
13
|
+
|
|
14
|
+
---
|
|
7
15
|
## v1.0.24 — May 2026
|
|
8
16
|
|
|
9
17
|
**colour system redesign — brand/accent tokens + semantic colours (v1.0.23)**
|
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -1026,7 +1026,7 @@ function buildFullFramework() {
|
|
|
1026
1026
|
font-family: "Menlo", "Monaco", "Courier New", monospace;
|
|
1027
1027
|
font-size: 0.875em;
|
|
1028
1028
|
background-color: #0d0c0b;
|
|
1029
|
-
color: #
|
|
1029
|
+
color: #e6ffd2;
|
|
1030
1030
|
padding: 0.125rem 0.4rem;
|
|
1031
1031
|
border-radius: 4px;
|
|
1032
1032
|
display: inline;
|