Skip to content

Commit

Permalink
Make light theme better with Bigfoot and notices.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-p-randall committed Oct 13, 2023
1 parent 1632e75 commit acda956
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _layouts/notesindex.hmtl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ layout: default
</nav>
</aside>
{% endif %}
{% include light-mode-only-notice.html %}
{% comment %}{% include light-mode-only-notice.html %}{% endcomment %}
{% include wikiheader.html %}

{% include wikibreadcrumb.html %}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</nav>
</aside>
{% endif %}
{% include light-mode-only-notice.html %}
{% comment %}{% include light-mode-only-notice.html %}{% endcomment %}
{{ content }}
{% if page.categories contains "notes" %}
{% include notes-index-mention.html %}
Expand Down
2 changes: 1 addition & 1 deletion _pages/recommended-reading.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Just like our world and societies, these "recommended readings" pages remain con
:construction: :construction: :construction:
{: .notice}

I'm inspired by [April Hathcock's](https://aprilhathcock.wordpress.com/recommended-reading/) and [Jessica Schomberg's](http://catassessmentresearch.blogspot.com/2016/02/critlib-and-diversity-related-books.html) lists and want to share something similar. I plan to have a range of things here, eventually including links to my own posts that deal with cultural studies & critical theory, particularly as it pertains to LIS. I'm also planning to organize and annotate these recommendations more along the way.
I'm inspired by [April Hathcock's](https://aprilhathcock.wordpress.com/recommended-reading/) and [Jess Schomberg's](http://catassessmentresearch.blogspot.com/2016/02/critlib-and-diversity-related-books.html) lists and want to share something similar. I plan to have a range of things here, eventually including links to my own posts that deal with cultural studies & critical theory, particularly as it pertains to LIS. I'm also planning to organize and annotate these recommendations more along the way.

The below certainly isn't my attempt at an "intro to #critlib" or "intro to critical theory"—these are just readings that I profoundly appreciate and recommend to anyone interested. My motivation is that I'm working toward having a quick answer to what I mean by "cultural studies," and these are some of the readings that are helping me develop that kind of elevator speech about what critical theory means to me.

Expand Down
33 changes: 33 additions & 0 deletions _sass/minimal-mistakes/skins/_light-citrus-sage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,36 @@ progress {
$border-color: #007d5d !default; /* sage */
}
}

// moved to main2.scss
// .footnotes {
// color: #252a34;
// }

// .notice a {
// color: #a3470a;
// }

// .notice a:visited {
// color: #863c0b;
// }

.bigfoot-footnote {
background: #d5e5e1;
}

.bigfoot-footnote__wrapper {
background-color: #d5e5e1;
}

.bigfoot-footnote__content {
background: #d5e5e1;
}

.bigfoot-footnote__tooltip {
background: #d5e5e1;
}

.bigfoot-footnote__button::after {
color: #C24E00;
}
23 changes: 22 additions & 1 deletion assets/css/main2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,25 @@
@charset "utf-8";

@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin_light | default: 'default' }}"; // skin
@import "minimal-mistakes"; // main partials
@import "minimal-mistakes"; // main partials

.footnote {
color: #252a34;
text-decoration: none;
}

.footnotes {
color: #252a34;
}

.notice a {
color: #a3470a;
}

.notice a:visited {
color: #863c0b;
}

.notice a:hover {
color: #b56c3b;
}

0 comments on commit acda956

Please sign in to comment.