Follow blog to use blue color for links (#385)

Reviewed-on: https://gitea.com/gitea/docs/pulls/385
Reviewed-by: silverwind <[email protected]>
This commit is contained in:
Lunny Xiao
2026-04-20 17:36:38 +00:00
parent b5e28002f4
commit fd5cb8bb44
10 changed files with 25 additions and 80 deletions
+2 -2
View File
@@ -31,11 +31,11 @@
}
.skinPrimary {
background: var(--ifm-color-primary-lighter);
background: #3c6018;
}
[data-theme='dark'] .skinPrimary {
background: var(--ifm-color-primary-darker);
background: #335214;
}
.skinPrimary .title,