Update big links styling
This commit is contained in:
parent
08b234a070
commit
954ee9ce17
1 changed files with 7 additions and 0 deletions
|
@ -69,6 +69,13 @@ a {
|
|||
|
||||
&.big-link {
|
||||
margin-right: 1em;
|
||||
padding: 0 0.5em;
|
||||
|
||||
color: white;
|
||||
background: var(--green);
|
||||
border-radius: var(--radius);
|
||||
height: 1.5rem;
|
||||
line-height: 1.5rem;
|
||||
|
||||
[class^="ri-"] {
|
||||
margin-right: 0.5em;
|
||||
|
|
Loading…
Reference in a new issue