Skip to content

Commit a7e9764

Browse files
update author and adjust styles
1 parent 8d9e03d commit a7e9764

File tree

12 files changed

+24
-25
lines changed

12 files changed

+24
-25
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "A WordPress Theme for Content Curation",
55
"authors": [
66
{
7-
"name": "Made by Less",
8-
"email": "[email protected]"
7+
"name": "Piotr Kulpinski",
8+
"email": "[email protected]"
99
}
1010
],
1111
"autoload": {

functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/**
44
* Chipmunk: Theme specific functionalities
55
*
6-
* Author: Made by Less
7-
* Author URI: https://madebyless.com
6+
* Author: Piotr Kulpinski
7+
* Author URI: https://kulpinski.dev
88
*
99
* @package WordPress
1010
* @subpackage Chipmunk

includes/Customizer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public static function set_sections()
9999
'name' => 'background_color',
100100
'type' => 'color',
101101
'label' => esc_html__('Background Color', 'chipmunk'),
102-
'default' => '#EDEDED',
102+
'default' => '#F3F3F3',
103103
],
104104
[
105105
'name' => 'section_color',
@@ -111,7 +111,7 @@ public static function set_sections()
111111
'name' => 'section_color',
112112
'type' => 'color',
113113
'label' => esc_html__('Section Border Color', 'chipmunk'),
114-
'default' => '#E8E8E8',
114+
'default' => '#E1E1E1',
115115
],
116116
[
117117
'name' => 'primary_font',

languages/chipmunk.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1807,11 +1807,11 @@ msgid ""
18071807
msgstr ""
18081808

18091809
#. Author of the plugin/theme
1810-
msgid "Made by Less"
1810+
msgid "Piotr Kulpinski"
18111811
msgstr ""
18121812

18131813
#. Author URI of the plugin/theme
1814-
msgid "https://madebyless.com"
1814+
msgid "https://kulpinski.dev"
18151815
msgstr ""
18161816

18171817
#. Template Name of the plugin/theme

languages/de_DE.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -988,12 +988,12 @@ msgstr ""
988988
"code and is built for speed. All of our customers and their users love it!"
989989

990990
#. Author of the plugin/theme
991-
msgid "Made by Less"
992-
msgstr "Made by Less"
991+
msgid "Piotr Kulpinski"
992+
msgstr "Piotr Kulpinski"
993993

994994
#. Author URI of the plugin/theme
995-
msgid "https://madebyless.com"
996-
msgstr "https://madebyless.com"
995+
msgid "https://kulpinski.dev"
996+
msgstr "https://kulpinski.dev"
997997

998998
#. Template Name of the plugin/theme
999999
msgid "Listing - Blog"

languages/pl_PL.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2597,7 +2597,7 @@ msgstr "Zobacz kolekcję"
25972597

25982598
#, fuzzy
25992599
#~| msgid "https://chipmunktheme.com"
2600-
#~ msgid "https://madebyless.com"
2600+
#~ msgid "https://kulpinski.dev"
26012601
#~ msgstr "https://chipmunktheme.com"
26022602

26032603
#, fuzzy

static/src/scripts/theme.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
** Project: Chipmunk Theme
3-
** Author: Made by Less
4-
** Author URI: https://madebyless.com
3+
** Author: Piotr Kulpinski
4+
** Author URI: https://kulpinski.dev
55
** ------------------------------------
66
*/
77

static/src/styles/admin.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
** Project: Chipmunk Theme
3-
** Author: Made by Less
4-
** Author URI: https://madebyless.com
3+
** Author: Piotr Kulpinski
4+
** Author URI: https://kulpinski.dev
55
** ------------------------------------
66
*/
77

static/src/styles/layout/_section.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
padding-bottom: spacer-clamped(5);
88

99
&--compact {
10-
padding-top: spacer-clamped(2.5);
11-
padding-bottom: spacer-clamped(2.5);
10+
padding-top: spacer-clamped(1.5);
11+
padding-bottom: spacer-clamped(1.5);
1212
}
1313

1414
&--double {

static/src/styles/theme.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
** Project: Chipmunk Theme
3-
** Author: Made by Less
4-
** Author URI: https://madebyless.com
3+
** Author: Piotr Kulpinski
4+
** Author URI: https://kulpinski.dev
55
** ------------------------------------
66
*/
77

0 commit comments

Comments
 (0)