27 lines
544 B
Sass
27 lines
544 B
Sass
// SPDX-License-Identifier: MIT
|
|
// Copyright (c) 2022 sup39
|
|
|
|
a, .link
|
|
color: #72E5DB
|
|
text-decoration: none
|
|
cursor: pointer
|
|
a:hover, .link:hover
|
|
color: #72E5DB
|
|
text-decoration: underline
|
|
a:active, .link:active
|
|
color: #A0E5DF
|
|
text-decoration: underline
|
|
|
|
a.anchor
|
|
float: left
|
|
padding-right: 4px
|
|
margin-left: -24px
|
|
a.anchor:before
|
|
content: ""
|
|
background-image: url("https://cdn.sup39.dev/img/anchor.svg")
|
|
width: 16px
|
|
height: 16px
|
|
vertical-align: middle
|
|
margin: 0 0 4px 0
|
|
display: inline-block
|
|
visibility: hidden
|