[latex3-commits] [git/LaTeX3-latex3-babel] docs: Grey. (fb20d2a)
Javier
email at dante.de
Wed Jun 9 18:48:46 CEST 2021
Repository : https://github.com/latex3/babel
On branch : docs
Link : https://github.com/latex3/babel/commit/fb20d2a4424782ff806621d50efae82736572b98
>---------------------------------------------------------------
commit fb20d2a4424782ff806621d50efae82736572b98
Author: Javier <email at localhost>
Date: Wed Jun 9 18:48:46 2021 +0200
Grey.
>---------------------------------------------------------------
fb20d2a4424782ff806621d50efae82736572b98
docs/_layouts/default.html | 2 +-
docs/assets/css/style.css | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 176a283..1d23b3a 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -5,7 +5,7 @@
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,maximum-scale=2">
- <link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
+ <link rel="stylesheet" type="text/css" media="screen" href="https://raw.githubusercontent.com/latex3/babel/docs/docs/assets/css/style.css">
{% seo %}
</head>
diff --git a/docs/assets/css/style.css b/docs/assets/css/style.css
index 0a63bb5..4e0ba58 100644
--- a/docs/assets/css/style.css
+++ b/docs/assets/css/style.css
@@ -635,7 +635,7 @@ form {
background: -webkit-linear-gradient(top, #373737, #212121);
background: -ms-linear-gradient(top, #373737, #212121);
background: -o-linear-gradient(top, #373737, #212121);
- background: linear-gradient(to top, #373737, #212121)
+ background: linear-gradient(to top, #444, #666)
}
#header_wrap .inner {
More information about the latex3-commits
mailing list.