Skip to content

Commit c0f2ed3

Browse files
Release v1.16.0
1 parent e7fac0f commit c0f2ed3

File tree

10 files changed

+21
-28
lines changed

10 files changed

+21
-28
lines changed
Lines changed: 2 additions & 1 deletion
Loading

dist/manifest-dev.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

dist/manifest.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"scripts/theme.js": "scripts/theme.ef2eb939.js",
33
"scripts/theme.js.map": "scripts/theme.ef2eb939.js.map",
4-
"styles/theme.css": "styles/theme.2863a9d2.css",
5-
"styles/theme.css.map": "styles/theme.2863a9d2.css.map",
6-
"assets/.DS_Store": "assets/.DS_Store.64fd69e8",
4+
"styles/theme.css": "styles/theme.11442d03.css",
5+
"styles/theme.css.map": "styles/theme.11442d03.css.map",
76
"assets/images/chipmunk.svg": "assets/images/chipmunk.b372af53.svg",
8-
"assets/images/icons.svg": "assets/images/icons.c5620246.svg",
7+
"assets/images/icons.svg": "assets/images/icons.09b158a1.svg",
98
"scripts/theme.ef2eb939.full.js": "scripts/theme.ef2eb939.full.js",
109
"scripts/theme.ef2eb939.full.js.LICENSE.txt": "scripts/theme.ef2eb939.full.js.LICENSE.txt",
1110
"scripts/theme.ef2eb939.js.LICENSE.txt": "scripts/theme.ef2eb939.js.LICENSE.txt",
12-
"styles/theme.2863a9d2.full.css": "styles/theme.2863a9d2.full.css"
11+
"styles/theme.11442d03.full.css": "styles/theme.11442d03.full.css"
1312
}

dist/styles/theme.11442d03.css

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/styles/theme.11442d03.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ body {
4848
--chipmunk--color--accent: #5b5c89;
4949
--chipmunk--color--black: #1d1d1d;
5050
--chipmunk--color--gray-dark: #444;
51-
--chipmunk--color--gray: #808080;
51+
--chipmunk--color--gray: #777;
5252
--chipmunk--color--gray-light: #cdcdcd;
5353
--chipmunk--color--gray-lighter: #e6e6e6;
5454
--chipmunk--color--gray-lightest: #ededed;
@@ -973,8 +973,8 @@ sub {
973973
}
974974

975975
.c-comment__note {
976-
margin-top: 1em;
977-
font-style: italic;
976+
color: var(--chipmunk--color--gray);
977+
font-size: 0.875em;
978978
}
979979

980980
.c-comment-respond:not(:first-child) {
@@ -1866,7 +1866,7 @@ sub {
18661866
width: 2em;
18671867
border: var(--chipmunk--button--border-width) solid var(--chipmunk--color--gray-light);
18681868
border-radius: var(--chipmunk--button--border-radius);
1869-
color: var(--chipmunk--color--gray-dark);
1869+
color: var(--chipmunk--color--gray);
18701870
font-size: var(--chipmunk--button--font-size);
18711871
line-height: 1;
18721872
text-align: center;

dist/styles/theme.2863a9d2.css

Lines changed: 0 additions & 8 deletions
This file was deleted.

dist/styles/theme.2863a9d2.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
define( 'THEME_TITLE', 'Chipmunk' );
1313
define( 'THEME_SLUG', 'chipmunk' );
14-
define( 'THEME_VERSION', '1.15.0' );
14+
define( 'THEME_VERSION', '1.16.0' );
1515
define( 'THEME_AUTHOR', 'Made by Less' );
1616
define( 'THEME_TEMPLATE_URI', get_template_directory_uri() );
1717
define( 'THEME_TEMPLATE_DIR', get_template_directory() );

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: Chipmunk WordPress Theme makes it ridiculously easy to make a content curation website for marketing, authority or just for fun. No coding skills required. It’s clean, modern and highly customizable. Utilizing world class code and is built for speed. All of our customers and their users love it!
55
* Author: Made by Less
66
* Author URI: https://madebyless.com
7-
* Version: 1.15.0
7+
* Version: 1.16.0
88
* Tags: one-column, three-columns, custom-colors, custom-menu, theme-options, translation-ready, grid-layout
99
* License: GNU General Public License version 3.0
1010
* License URI: http://www.gnu.org/licenses/gpl-3.0.html

0 commit comments

Comments
 (0)