A site built with Perplex, for the interested #25
Replies: 5 comments 2 replies
-
|
I’m glad you like the theme and could re-deploy your blog so quickly! I can still see a few issues where the layout could be improved:
And I have a personal request: Please remove the author page for me from your blog site. I’m only responsible for the theme layout and not your content. You are giving enough credit by presenting the theme logo in the footer and by making contributions to its development. |
Beta Was this translation helpful? Give feedback.
-
|
Speaking of the spacing; I may have missed some CSS updates; I had some CSS at the bottom of a local copy of screen.css, but that risks missing your updates. In addition, the CSS I've added doesn't play well with PostCSS (I have attribute selectors, which get removed by the purge and break my intended changes). So, I'll update the css.html to look for additional CSS under css/custom and add it is a second stylesheet, if it exists (and will avoid PostCSS for the custom CSS). FYI, the purpose of the CSS is to invert SVGs that have transparent background, but dark (usually black) lines and thus have quite low contrast in dark mode. Not sure if I've handled it the best way, but it works for now. The CSS snippet is this: @media (prefers-color-scheme: dark) {
figure[id^="dktp"] img,
figure[id^="dktp"] svg {
filter: invert(1);
}
} |
Beta Was this translation helpful? Give feedback.
-
|
While we're here: I haven't figured out how to resolve the small amount of space between the blog section title and a box as shown here: Is there a way I can adjust that? |
Beta Was this translation helpful? Give feedback.
-
|
I've made a small number of customisations I'd be happy to PR if you are interested:
|
Beta Was this translation helpful? Give feedback.
-
|
FYI https://www.danielfdickinson.ca is now live with Perplex (with some tweaks / fixes that I plan to send your way). |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I've re-published https://www.princesandmadmen.ca using Perplex. Feel free to visit and report an issue or use the contact form if you want to reach me.
I hope you find it was worth your time if you have a peek!
Beta Was this translation helpful? Give feedback.
All reactions