Change document link font

This commit is contained in:
Ramon Wenger 2024-05-02 23:23:36 +02:00
parent b8290838a1
commit 35816fefe1
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,10 @@ export default {
&--solution {
margin-bottom: $small-spacing;
#{$parent}__link {
@include regular-text;
}
}
}
</style>