1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00

_sass/_base.scss: force link color to all a-tags

This commit is contained in:
Henrik Hautakoski 2020-06-05 15:48:05 +02:00
parent 43aad4050c
commit 90cb92b4e4

View file

@ -1,5 +1,5 @@
.markdown-body a {
a {
color: $brand-color !important;
}