Skip to content

Commit e0c4a8a

Browse files
committed
cleanup: update docs to [email protected]
No major breaking changes, so nothing new. Just a small change in styles since that doesn't work
1 parent 0b7a53c commit e0c4a8a

File tree

3 files changed

+809
-20
lines changed

3 files changed

+809
-20
lines changed

docs/.vitepress/theme/custom.scss

-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@
1515
background-clip: text;
1616
-webkit-text-fill-color: transparent;
1717
}
18-
19-
::selection {
20-
background-color: #000; /* Change the background color of the selected text */
21-
color: #fff; /* Change the text color of the selected text */
22-
}
2318
}
2419

2520
h2 {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"format": "prettier --write ."
77
},
88
"dependencies": {
9-
"aplos": "2.0.2",
9+
"aplos": "2.1.0",
1010
"prettier": "^3.3.2"
1111
},
1212
"devDependencies": {

0 commit comments

Comments
 (0)