[latex3-commits] [git/LaTeX3-latex3-babel] docs: Title - white. (7634f0c)

Javier email at dante.de
Wed Jun 9 19:07:58 CEST 2021


Repository : https://github.com/latex3/babel
On branch  : docs
Link       : https://github.com/latex3/babel/commit/7634f0c38621d072fa8b0cbfcc51e2f2dcdef461

>---------------------------------------------------------------

commit 7634f0c38621d072fa8b0cbfcc51e2f2dcdef461
Author: Javier <email at localhost>
Date:   Wed Jun 9 19:07:58 2021 +0200

    Title - white.


>---------------------------------------------------------------

7634f0c38621d072fa8b0cbfcc51e2f2dcdef461
 docs/_layouts/default.html | 2 +-
 docs/assets/css/style.css  | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index d6b9d64..61e701b 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -21,7 +21,7 @@
 
           <h1 id="project_title"><a href="https://latex3.github.io/babel">Babel</a></h1>
           <h2 id="project_tagline">Localization and
-          internationalization ◾ LaTeX, LuaLaTeX, XeLaTeX</h2>
+          internationalization • LaTeX, LuaLaTeX, XeLaTeX</h2>
 
           {% if site.show_downloads %}
             <section id="downloads">
diff --git a/docs/assets/css/style.css b/docs/assets/css/style.css
index 4e0ba58..491a5ca 100644
--- a/docs/assets/css/style.css
+++ b/docs/assets/css/style.css
@@ -650,6 +650,10 @@ form {
 	text-shadow: #111 0px 0px 10px
 }
 
+#project_title a {
+  color: white;
+}
+
 #project_tagline {
 	color: #fff;
 	font-size: 24px;





More information about the latex3-commits mailing list.