mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Switched to darker color for text links
This commit is contained in:
parent
7a12b5ec10
commit
a1e25a219a
@ -7,6 +7,6 @@
|
||||
"assets/javascripts/worker/search.js.map": "assets/javascripts/worker/search.f6ebf1dc.min.js.map",
|
||||
"assets/stylesheets/main.css": "assets/stylesheets/main.55fa3425.min.css",
|
||||
"assets/stylesheets/main.css.map": "assets/stylesheets/main.55fa3425.min.css.map",
|
||||
"assets/stylesheets/palette.css": "assets/stylesheets/palette.bf23daf6.min.css",
|
||||
"assets/stylesheets/palette.css.map": "assets/stylesheets/palette.bf23daf6.min.css.map"
|
||||
"assets/stylesheets/palette.css": "assets/stylesheets/palette.02db69e1.min.css",
|
||||
"assets/stylesheets/palette.css.map": "assets/stylesheets/palette.02db69e1.min.css.map"
|
||||
}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -43,7 +43,7 @@
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.55fa3425.min.css' | url }}">
|
||||
{% if palette.primary or palette.accent %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.bf23daf6.min.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.02db69e1.min.css' | url }}">
|
||||
{% endif %}
|
||||
{% if palette.primary %}
|
||||
{% import "partials/palette.html" as map %}
|
||||
|
@ -43,7 +43,7 @@
|
||||
|
||||
// Text color shades
|
||||
--md-text-color: var(--md-default-fg-color--light);
|
||||
--md-text-link-color: var(--md-primary-fg-color--light);
|
||||
--md-text-link-color: var(--md-primary-fg-color);
|
||||
|
||||
// Admonition color shades
|
||||
--md-admonition-bg-color: hsla(0, 0%, 100%, 0.025);
|
||||
|
Loading…
Reference in New Issue
Block a user