From 01773eabc92ef6ee90657e8fa179e36e52464f4e Mon Sep 17 00:00:00 2001 From: Ivan Davydov Date: Sat, 21 Jun 2025 18:29:46 +0300 Subject: Make the website minimalistic --- archive/css/third-party.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 archive/css/third-party.css (limited to 'archive/css/third-party.css') diff --git a/archive/css/third-party.css b/archive/css/third-party.css new file mode 100644 index 0000000..1c44e61 --- /dev/null +++ b/archive/css/third-party.css @@ -0,0 +1,21 @@ +.spoiler, .spoiler a { + color: black; + background-color: black; +} + +.spoiler:hover, .spoiler:hover a { + color: gray; +} + +/* https://flaviocopes.com/css-system-fonts */ +body { + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", + "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol"; +} + +/* https://stackoverflow.com/a/40032327 */ +pre { + white-space: pre-wrap; + word-wrap: break-word; +} -- cgit v1.2.3