Skip to content

Commit

Permalink
Add color to markdown links
Browse files Browse the repository at this point in the history
  • Loading branch information
WillHannon-MCB committed May 28, 2024
1 parent 0ff5ebb commit 8f227d9
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,4 +549,22 @@

### Removed

- N/A

## [0.8.2] - 2024-05-28

### Added

- N/A

### Changed

- Add style to color hyperlinks in markdown.

### Deprecated

- N/A

### Removed

- N/A
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dms-viz.github.io",
"private": true,
"version": "v0.8.1",
"version": "v0.8.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions v0/css/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,9 @@
transform: rotate(360deg);
}
}

/* Markdown container styles */
#markdown-container a {
color: #0000ff;
cursor: pointer;
}

0 comments on commit 8f227d9

Please sign in to comment.