mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-28 09:25:45 +08:00
1.1.3
This commit is contained in:
parent
0758928289
commit
c8f29f10fd
2 changed files with 6 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
Contributors: alxmedia
|
Contributors: alxmedia
|
||||||
Requires at least: 5.0
|
Requires at least: 5.0
|
||||||
Tested up to: 5.5
|
Tested up to: 5.5
|
||||||
Version: 1.1.2
|
Version: 1.1.3
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
License URI: http://www.gnu.org/licenses/gpl-3.0
|
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
|
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 ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.1.3 - 2020-08-16 =
|
||||||
|
* Fixed a11y
|
||||||
|
|
||||||
= 1.1.2 - 2020-08-16 =
|
= 1.1.2 - 2020-08-16 =
|
||||||
* Improved a11y
|
* Improved a11y
|
||||||
* Added new menu
|
* Added new menu
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
Theme Name: Curver
|
Theme Name: Curver
|
||||||
Theme URI: http://alx.media/themes/curver/
|
Theme URI: http://alx.media/themes/curver/
|
||||||
Version: 1.1.2
|
Version: 1.1.3
|
||||||
Requires at least: 5.0
|
Requires at least: 5.0
|
||||||
Requires PHP: 5.6
|
Requires PHP: 5.6
|
||||||
Tested up to: 5.5
|
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; }
|
body { background: #eee; font-size: 15px; line-height: 1.5em; color: #555; font-weight: 300; }
|
||||||
::selection { background: #ed542f; color: #fff; }
|
::selection { background: #ed542f; color: #fff; }
|
||||||
::-moz-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; }
|
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); }
|
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; }
|
#wpadminbar img { box-shadow: none; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue