Skip to content

Commit

Permalink
bump version and merge upstream updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskthomas authored Jun 26, 2024
1 parent bead27a commit 361f970
Show file tree
Hide file tree
Showing 10 changed files with 188 additions and 69 deletions.
Binary file modified assets/fonts/fa-brands-400.ttf
Binary file not shown.
Binary file modified assets/fonts/fa-brands-400.woff2
Binary file not shown.
Binary file modified assets/fonts/fa-solid-900.ttf
Binary file not shown.
Binary file modified assets/fonts/fa-solid-900.woff2
Binary file not shown.
89 changes: 46 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"dev": "sass --watch sass/style.scss:style.css"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@fortawesome/fontawesome-free": "^6.5.2",
"fontawesome-subset": "^4.4.0",
"sass": "^1.69.5"
"sass": "^1.77.6"
}
}
21 changes: 21 additions & 0 deletions sass/_comments.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,27 @@
span {
@extend %twelve-pixels;
}
.comment-link a {
font-size: 1em;
text-decoration: none;
color: $color-gray-17-blue;

&:link,
&:visited,
&:active,
&:hover,
&:focus {
color: $color-gray-17-blue;
}
&:active,
&:hover,
&:focus {
text-decoration: underline;
}
span {
font-size: 1em;
}
}
}
.comment-reply-link,
.comment-edit-link {
Expand Down
4 changes: 2 additions & 2 deletions sass/_info.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Author: Chris K. Thomas
Author URI: https://chriskthomas.com
Template: author
Description: A child theme of Author by Compete Themes.
Version: 1.49
Version: 1.52
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, left-sidebar, accessibility-ready, custom-logo, custom-menu, featured-images, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, education, news, wide-blocks
Text Domain: authorchild
Tested up to: 6.2.2
Tested up to: 6.3
Requires PHP: 5.6.40
*/
Loading

0 comments on commit 361f970

Please sign in to comment.