Skip to content

Commit

Permalink
Update things related to reading.md (including progress styles)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-p-randall committed Nov 3, 2023
1 parent aa2575c commit a2b7a74
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions _pages/reading.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
permalink: /reading/
title: "Reading"
date: 2023-01-10
last_modified_at: 2023-02-01
# date: 2023-01-10
# last_modified_at: 2023-02-01
# header:
# image: /assets/images/pocket-notebooks.jpg
# image_description: "ryan's pocket notebooks"
Expand Down Expand Up @@ -45,11 +45,11 @@ I plan to add links to reading notes in my digital garden once I'm done, as a ty
<li>{% if item.pinned %}📌 {% endif %}
{% if item.reading-articles %} :page_facing_up:{% endif %}
{% if item.reading-books %} :book:{% endif %}
<a href="{{ item.url }}">{{ item.title }}
<a href="{{ item.url }}">{{ item.title }}</a>
{% if item.status == ":seedling:" %} :seedling:{% endif %}
{% if item.status == ":herb:" %} :herb:{% endif %}
{% if item.status == ":evergreen_tree:" %} :evergreen_tree:{% endif %}
</a><br />
<br />
{{ item.excerpt }}
<!-- <meta class="p-summary" itemprop="description" content="{{ item.excerpt | markdownify | strip_html | strip_newlines | escape_once }}"> -->
</li>
Expand Down
4 changes: 2 additions & 2 deletions _sass/minimal-mistakes/skins/_dark-citrus-sage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ progress {
}

::-webkit-progress-value {
background-color: $primary-color;
background-color: $masthead-link-color;
}

::-moz-progress-bar {
background-color: $primary-color;
background-color: $masthead-link-color;
}
4 changes: 2 additions & 2 deletions _sass/minimal-mistakes/skins/_light-citrus-sage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ progress {
}

::-webkit-progress-value {
background-color: $primary-color;
background-color: $masthead-link-color;
}

::-moz-progress-bar {
background-color: $primary-color;
background-color: $masthead-link-color;
}

@media (prefers-color-scheme: light) {
Expand Down

0 comments on commit a2b7a74

Please sign in to comment.