Add background color to internal links
This commit is contained in:
parent
1a0a706556
commit
eb979640c5
@ -2,6 +2,7 @@
|
||||
<style>
|
||||
content a.internal-link {
|
||||
border-color: #8b88e6;
|
||||
background-color: #efefff;
|
||||
}
|
||||
|
||||
#tooltip-wrapper {
|
||||
|
@ -76,6 +76,8 @@ h6 {
|
||||
}
|
||||
|
||||
a {
|
||||
transition: background 300ms;
|
||||
padding: 0 0.1em;
|
||||
text-decoration: none;
|
||||
border-bottom: 1px solid $color-border;
|
||||
color: $color-primary;
|
||||
|
Loading…
x
Reference in New Issue
Block a user