mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 22:12:24 +01:00
Use same hue for link color as primary color
This commit is contained in:
parent
3f2c7094d9
commit
4c0e181336
@ -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 -%}
|
||||
|
Loading…
Reference in New Issue
Block a user