1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-24 11:13:02 +01:00

Optimize display of links to look better

This commit is contained in:
Kovah 2019-10-14 16:45:58 +02:00
parent 81bad43dc8
commit e8fdbebbcd
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -173,8 +173,8 @@ $body-color-muted: $gray !default;
$link-color: theme-color("primary") !default;
$link-decoration: none !default;
$link-hover-color: darken($link-color, 15%) !default;
$link-hover-decoration: underline !default;
$link-hover-color: darken($link-color, 20%) !default;
$link-hover-decoration: none !default;
// Darken percentage for links with `.text-*` class (e.g. `.text-success`)
$emphasized-link-hover-darken-percentage: 15% !default;