mirror of
https://github.com/papercss/papercss
synced 2026-03-14 22:45:51 +01:00
feat: change links color to secondary
This commit is contained in:
parent
493d673f5d
commit
6f166e544c
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ button,
|
|||
}
|
||||
|
||||
a {
|
||||
@include color('color', 'secondary');
|
||||
background-image: linear-gradient(5deg, transparent 65%, $secondary 80%, transparent 90%), linear-gradient(165deg, transparent 5%, $secondary 15%, transparent 25%), linear-gradient(165deg, transparent 45%, $secondary 55%, transparent 65%), linear-gradient(15deg, transparent 25%, $secondary 35%, transparent 50%);
|
||||
background-position: 0 90%;
|
||||
background-repeat: repeat-x;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue