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 {