Showcase: personal poetry website

Live site with a nice actively maintained theme: Poesieland

Github: poesieland/poesieland.github.io: Personal poetry website of Barbara Post

Some facts: 2600 pages (most ones in French) built in 17s by Github Action, great!

4 Likes

Nice one,

one comment on the colors.
at least for me, Running Chrome in Dark mode( mobile or Windows Desktop) , Dark Themes and Neon are quite hard to read.

@McShelby

2 Likes

Hi to both of you!

The box is a custom style, that could be fixed with a quite verbose rule in custom.css like that

:root:not([data-r-output-format=print])[data-r-theme-variant=relearn-dark] div.flex-block-wrapper,
:root:not([data-r-output-format=print])[data-r-theme-variant=zen-dark] div.flex-block-wrapper,
:root:not([data-r-output-format=print])[data-r-theme-variant=neon] div.flex-block-wrapper{
	background-color:rgb(73, 69, 61);
}

There may be some further coloring issues with the custom styles, that could be fixed in a similar way.

1 Like

Indeed, I messed up with background color customization and fixed it yesterday for all themes. Thanks for noticing!

2 Likes