From c8f29f10fdee75708effed1567931e941036c58e Mon Sep 17 00:00:00 2001 From: Alexander Agnarson Date: Sun, 16 Aug 2020 14:13:38 +0200 Subject: [PATCH] 1.1.3 --- readme.txt | 5 ++++- style.css | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 317be32..a206d0a 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: alxmedia Requires at least: 5.0 Tested up to: 5.5 -Version: 1.1.2 +Version: 1.1.3 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0 Tags: blog, one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, custom-header, custom-background @@ -79,6 +79,9 @@ Sidebar images == Changelog == += 1.1.3 - 2020-08-16 = +* Fixed a11y + = 1.1.2 - 2020-08-16 = * Improved a11y * Added new menu diff --git a/style.css b/style.css index 02b2c56..c053b74 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ /* Theme Name: Curver Theme URI: http://alx.media/themes/curver/ -Version: 1.1.2 +Version: 1.1.3 Requires at least: 5.0 Requires PHP: 5.6 Tested up to: 5.5 @@ -72,7 +72,7 @@ table { border-collapse: collapse; border-spacing: 0; } body { background: #eee; font-size: 15px; line-height: 1.5em; color: #555; font-weight: 300; } ::selection { background: #ed542f; color: #fff; } ::-moz-selection { background: #ed542f; color: #fff; } -a { color: #ed542f; text-decoration: none; outline: 0; } +a { color: #ed542f; text-decoration: none; } a:hover { color: #333; } img { max-width: 100%; height: auto; box-shadow: 0 10px 10px rgba(0,0,0,0.1), 0 1px 1px rgba(0,0,0,0.15); } #wpadminbar img { box-shadow: none; }