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