Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Links in Inline Code & Default Callout Dark Mode; Errant {}; Date/Time Zone #47

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

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.

None yet

1 participant