Use same hue for link color as primary color

This commit is contained in:
rubenwardy 2023-08-26 19:55:14 +01:00
parent 3f2c7094d9
commit 4c0e181336
2 changed files with 3 additions and 3 deletions

@ -1,6 +1,6 @@
:root {
--bs-link-color-rgb: 103, 206, 229;
--bs-link-hover-color-rgb: 81, 161, 179;
--bs-link-color-rgb: 99, 163, 230;
--bs-link-hover-color-rgb: 88, 145, 204;
}
a {

@ -16,7 +16,7 @@
{%- endif %}
<link rel="stylesheet" type="text/css" href="/static/libs/bootstrap.min.css?v=3">
<link rel="stylesheet" type="text/css" href="/static/custom.css?v=47">
<link rel="stylesheet" type="text/css" href="/static/custom.css?v=48">
<link rel="search" type="application/opensearchdescription+xml" href="/static/opensearch.xml" title="ContentDB" />
{% if noindex -%}