mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 01:23:48 +01:00
Make links blue and not underlined
This commit is contained in:
parent
4d470ce230
commit
df825a0a84
@ -33,7 +33,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.badge {
|
||||
.badge, .badge:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
:root {
|
||||
--bs-link-color-rgb: 103, 206, 229;
|
||||
--bs-link-hover-color-rgb: 81, 161, 179;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@import "components.scss";
|
||||
@import "packages.scss";
|
||||
@import "gallery.scss";
|
||||
@ -8,14 +17,6 @@ footer {
|
||||
text-align: center;
|
||||
color: #999;
|
||||
|
||||
a {
|
||||
color: #2e997e;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #00bc8c;
|
||||
}
|
||||
|
||||
.list-inline {
|
||||
max-width: 520px;
|
||||
margin: 0.25rem auto;
|
||||
|
@ -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=46">
|
||||
<link rel="stylesheet" type="text/css" href="/static/custom.css?v=47">
|
||||
<link rel="search" type="application/opensearchdescription+xml" href="/static/opensearch.xml" title="ContentDB" />
|
||||
|
||||
{% if noindex -%}
|
||||
|
Loading…
Reference in New Issue
Block a user