mirror of
https://github.com/documize/community.git
synced 2025-08-04 21:15:24 +02:00
Improve hyperlink color
Closes #261 Still more work to do, but an improvement nonetheless.
This commit is contained in:
parent
40a0d77f93
commit
f17de58fff
10 changed files with 32 additions and 23 deletions
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* We go from 100 (lightest) to 900 (darkest).
|
||||
*
|
||||
* Base shade is 500 and is used prominmently as the
|
||||
* Base shade is 500 and is used prominently as the
|
||||
* left-side navigation sidebar color.
|
||||
**************************************************************/
|
||||
$theme-900: #1F2833;
|
||||
|
@ -30,6 +30,8 @@ $theme-200: #D5DDE5;
|
|||
$theme-100: #E1E7EB;
|
||||
|
||||
// Set hyperlink color for theme
|
||||
$color-link: map-get($green-shades, 700);
|
||||
// $color-link: map-get($green-shades, 700);
|
||||
$color-link: #0080a5;
|
||||
$color-link-hover: #0fb4e2;
|
||||
|
||||
@import "../core/all.scss";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue