Skip to content

Commit

Permalink
Change link colors
Browse files Browse the repository at this point in the history
  • Loading branch information
LostMojo committed Oct 25, 2023
1 parent fd115cd commit 7196425
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

* Create new shape `ReferencesWithAsideShape` in `cardboard`
* Change webview link & link-hover colors

## [v1.138.0] - 2023-10-20

Expand Down
4 changes: 2 additions & 2 deletions styles/design-settings/webview/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
grayLight3: #f9f2f4,
grayLightest: #ededed,
grayLightest2:#ececec,
lightBlue: #027EB5,
blue: #0064A0,
lightBlue: #026aa1,
blue: #005481,
blue2: #005F9A,
blue3: #0078a3,
blue4: #0074BC,
Expand Down
4 changes: 2 additions & 2 deletions styles/output/webview-generic.css
Original file line number Diff line number Diff line change
Expand Up @@ -497,13 +497,13 @@ ul.critical-thinking {
}

a {
color: #027EB5;
color: #026aa1;
cursor: pointer;
text-decoration: underline;
}

a:hover {
color: #0064A0;
color: #005481;
}

[data-type=note] {
Expand Down

0 comments on commit 7196425

Please sign in to comment.