From 26029b7c9cbb16f7fc39476d562c5158957ea19d Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 9 Feb 2023 12:50:54 +0100 Subject: [PATCH] UI: Style links in repository file view --- public/css/theme-bthree-dark.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/theme-bthree-dark.css b/public/css/theme-bthree-dark.css index 2468642..2df7f42 100644 --- a/public/css/theme-bthree-dark.css +++ b/public/css/theme-bthree-dark.css @@ -443,6 +443,10 @@ strong, b, h1, h2, h3, h4, h5, h6, border-color: var(--color-border); } +.repository .file-view.markdown a { + color: var(--color-primary); +} + /* Divider. */ .ui.divider:not(.vertical, .horizontal) { border-top-color: var(--color-border) !important;