Add background color to internal links

This commit is contained in:
Maxime Vaillancourt 2020-10-15 07:25:23 -04:00
parent 1a0a706556
commit eb979640c5
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<style>
content a.internal-link {
border-color: #8b88e6;
background-color: #efefff;
}
#tooltip-wrapper {

View File

@ -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;