Skip to content

Conversation

@eatsleeplaugh8
Copy link

@eatsleeplaugh8 eatsleeplaugh8 commented Feb 19, 2023

Fix the following issues:

  • In dark mode, inline code is styled in the same font color as background color as documented here in Pull Request Inline code in dark mode is invisible #42.
  • In dark mode, link is styled in the same font color as the default call box's background color.
  • In dark mode, the table header is styled in the same font color as background color as documented here in Issue Table head colour does not contrast with darkmode enabled #33
  • tailwind.css file errant curly brackets {} in one of the .prose elements.
  • The dates in pages and posts are off by one day.
  • The navigation to and from pages and posts near the footer sometimes do not stretch to full width if the body texts are short and narrow-width.

…ackets in Prose

Fix the following issues:
- In dark mode, inline code is styled in the same font color as background color as documented here in Pull Request broeker#42.
- In dark mode, link is styled in the same font color as the default call box's background color.
- tailwind.css file errant curly brackets {} in one of the .prose elements.
Separate prose ul:before elements:

  .prose ul.contains-task-list .task-list-item::before {
      @apply hidden !important;
    }
  .prose ul.spacelog::before {
      @apply hidden !important;
    }
edited (2) line 27 to separate ".prose pre code" element and (2) line 21 to move previous edited ".prose code" to its own line and add ".prose thead" as documented in Issue 33
Fixed an issue where dates are off by one day as described by Eleventy <https://www.11ty.dev/docs/dates/#dates-off-by-one-day>
@eatsleeplaugh8 eatsleeplaugh8 changed the title Fix Links in Inline Code & Default Callout Dark Mode; Errant {} Fix Links in Inline Code & Default Callout Dark Mode; Errant {}; Date/Time Zone Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant