Skip to content

Commit

Permalink
feat: Unify color-accent-alpha dark and light into one variable
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed May 13, 2024
1 parent a48a57e commit ef2c448
Show file tree
Hide file tree
Showing 5 changed files with 1,171 additions and 6 deletions.
1 change: 1 addition & 0 deletions .development/default/pages/.vitepress/theme/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
margin-top: 150px;
font-weight: 700;
letter-spacing: 10px;
background-color: var(--color-accent-alpha);
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.5.1 (unreleased)

### Feature(s)

- Unify `color-accent-alpha` dark and light into one variable

## 1.5.0 (2024-05-11)

### Feature(s)
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aplos",
"version": "1.5.0",
"version": "1.5.1-0",
"type": "module",
"description": "A sleek, contemporary, and purposefully designed VitePress theme",
"main": "index.ts",
Expand All @@ -18,7 +18,8 @@
"@csstools/normalize.css": "^12.1.1",
"inter-ui": "^4.0.2",
"non.geist": "^1.0.2",
"sass": "^1.77.0"
"sass": "^1.77.0",
"vitepress": "^1.1.4"
},
"scripts": {
"dev": "vitepress dev .development/default/pages",
Expand Down
Loading

0 comments on commit ef2c448

Please sign in to comment.