Improved accessibility.
Cevasco, Fabio fabio.cevasco@siemens.com
Sat, 15 Dec 2018 01:18:58 +0100
5 files changed,
14 insertions(+),
14 deletions(-)
M
assets/styles/_dark-vars.css
→
assets/styles/_dark-vars.css
@@ -6,7 +6,7 @@ --scale-factor: 1.3333;
--leading: 1.5rem; --letter-spacing: 0.05em; - --link-color: #dd4242; + --link-color: #ff6868; --link-hover-color: #fe3838; --heading-text-color: #dddada;
M
templates/_head.mustache
→
templates/_head.mustache
@@ -5,7 +5,7 @@ <meta name="author" content="Fabio Cevasco" />
<meta name="robots" content="all, follow" /> <meta name="Revisit-After" content="2 Days" /> <meta name="description" content="H3RALD - Fabio Cevasco's Web Site" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="keywords" content="{{keywords}}" /> <link rel="shortcut icon" href="/favicon.png" type="image/png" /> <meta content="44.388041;9.073248" name="ICBM" />
M
templates/_header.mustache
→
templates/_header.mustache
@@ -1,6 +1,6 @@
<div>→ <a id="theme-switcher" title="Switch to day theme">day</a></div> <header class="main-header box"> - <h1><a href="/" class="h3rald logo" alt="H3RALD"> </a></h1> + <h1><a href="/" title="H3RALD" class="h3rald logo" alt="H3RALD"> </a></h1> <div class="navlinks"> <a href="/archives" class="navbar-link navbar-left">articles</a> ·
M
templates/_panels.mustache
→
templates/_panels.mustache
@@ -3,19 +3,19 @@ <div class="panel-header">
featured articles </div> <div class="panel-body"> - <article id="a_randal-schwartz"> + <article> <header> <h3><a href="/articles/randal-schwartz/">A pizza with Randal Schwartz</a></h3> <p class="secondary-subtitle">Talking about open source, programming, emacs and technical writing</p> </header> </article> - <article id="a_herald-vim-color-scheme"> + <article> <header> <h3><a href="/articles/herald-vim-color-scheme/">Herald (Vim Color Scheme)</a></h3> <p class="secondary-subtitle">My very own VIM color scheme. Featuring 256, 16 and 8 color support, high readability and... pretty colors!</p> </header> </article> - <article id="a_10-programming-languages"> + <article> <header> <h3><a href="/articles/10-programming-languages/">10 programming languages worth checking out</a></h3> <p class="secondary-subtitle">A quick comparison of 10 non-mainstream programming languages</p>