Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vjeux/chess-training
https://github.com/vjeux/chess-training
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vjeux/chess-training
- Owner: vjeux
- Created: 2024-07-06T17:38:53.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T18:15:30.000Z (6 months ago)
- Last Synced: 2024-07-07T19:08:01.398Z (6 months ago)
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chess Training
For getting the colored arrows for move order (green, blue, orange):
Chrome Extension: https://chromewebstore.google.com/detail/custom-css-by-denis/cemphncflepgmgfhcdegkbkekifodacd?hl=en
```css
.arrow:nth-child(1) {
fill: green !important;
}
.arrow:nth-child(2) {
fill: #2a62e1 !important;
}
```July 5