Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility fixes #80

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,maximum-scale=2">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">

{% seo %}
{% include head-custom.html %}
{% seo %}
{% include head-custom.html %}
</head>

<body>
Expand All @@ -34,9 +34,9 @@ <h2 id="project_tagline">{{ site.description | default: site.github.project_tagl

<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<main id="main_content" class="inner">
{{ content }}
</section>
</main>
</div>

<!-- FOOTER -->
Expand Down
4 changes: 2 additions & 2 deletions _sass/jekyll-theme-slate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ footer p {

a {
text-decoration: none;
color: #0F79D0;
color: #06c;
text-shadow: none;

transition: color 0.5s ease;
Expand Down Expand Up @@ -288,7 +288,7 @@ Full-Width Styles
z-index: 10;
padding: 10px 50px 10px 10px;
color: #fff;
background: url('../images/blacktocat.png') #0090ff no-repeat 95% 50%;
background: url('../images/blacktocat.png') #07c no-repeat 95% 50%;
font-weight: 700;
box-shadow: 0 0 10px rgba(0,0,0,.5);
border-bottom-left-radius: 2px;
Expand Down