diff options
author | ADRN <adrien@luxeylab.net> | 2023-06-25 19:26:36 +0200 |
---|---|---|
committer | ADRN <adrien@luxeylab.net> | 2023-06-25 19:26:36 +0200 |
commit | c1735dbf513417cc8636d1bd06f1febe6d25da4b (patch) | |
tree | ff52e143671fced10c4c1449475bc746825d8b2f /sass/_markdown.scss | |
parent | c119829cb4958f30039060d1c4a948b20b35464f (diff) | |
download | guide.deuxfleurs.fr-c1735dbf513417cc8636d1bd06f1febe6d25da4b.tar.gz guide.deuxfleurs.fr-c1735dbf513417cc8636d1bd06f1febe6d25da4b.zip |
configuration des e-mails et migration depuis un autre fournisseur
Diffstat (limited to 'sass/_markdown.scss')
-rw-r--r-- | sass/_markdown.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sass/_markdown.scss b/sass/_markdown.scss index 0d51c5c..99f14b2 100644 --- a/sass/_markdown.scss +++ b/sass/_markdown.scss @@ -32,6 +32,10 @@ .content a { color: var(--primary-link-color); + code { + color: var(--primary-link-color); + } + &:hover { text-decoration: underline; } |