Skip to content

Commit

Permalink
Merge pull request #75 from thenewinquiry/0.7.9
Browse files Browse the repository at this point in the history
0.7.9: Added project link styling
  • Loading branch information
frnsys authored Jun 19, 2017
2 parents 990a41b + b8befd0 commit 1199935
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/style.min.css.map

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Theme URI: https://github.com/misfist/tni-theme
Tags: Blog, Magazine
Requires at least: 4.5.0
Tested up to: 4.7.4
Version: 0.7.8
Version: 0.7.9
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -13,6 +13,9 @@ Custom theme for The New Inquiry, based on Gridbox theme.

== Changelog ==

== 0.7.9 June 19, 2017 ==
* Added styling for project links

== 0.7.8 June 8, 2017 ==
* Fixed blockquote styling

Expand Down
9 changes: 9 additions & 0 deletions src/sass/_posts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -603,3 +603,12 @@ article.blogs {
#comments {
display: none;
}

.entry-project-link {
font-size: 1.4em;
font-weight: bold;
color: #fff;
background: $color__highlight-alt;
padding: 0.3em 0.5em;
font-family: $font__sans-serif;
}
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Description: Custom theme for The New Inquiry.
Author: Pea
Author URI: https://github.com/misfist
Template: gridbox
Version: 0.7.8
Version: 0.7.9
Text Domain: tni
*/

0 comments on commit 1199935

Please sign in to comment.