diff options
author | Ivan Davydov <lotigara@lotigara.ru> | 2025-06-21 18:29:46 +0300 |
---|---|---|
committer | Ivan Davydov <lotigara@lotigara.ru> | 2025-06-21 18:29:46 +0300 |
commit | 01773eabc92ef6ee90657e8fa179e36e52464f4e (patch) | |
tree | 18586cf57fc3c0ef2828f9d405ceb73c61bc080a /css/third-party.css | |
parent | 401aa8724fb641bfae48fabef1d09ed448242cd3 (diff) |
Make the website minimalistic
Diffstat (limited to 'css/third-party.css')
-rw-r--r-- | css/third-party.css | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/css/third-party.css b/css/third-party.css deleted file mode 100644 index 1c44e61..0000000 --- a/css/third-party.css +++ /dev/null @@ -1,21 +0,0 @@ -.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; -} |