diff options
author | Ivan Davydov <lotigara@lotigara.ru> | 2025-05-28 10:47:43 +0300 |
---|---|---|
committer | Ivan Davydov <lotigara@lotigara.ru> | 2025-05-28 10:47:43 +0300 |
commit | 7d9599e3191c2aa8d72b230c1ad9e688cca50e4d (patch) | |
tree | 872e15843aca1ad9cfd887866552f6bc8b34a65f /css/third-party.css |
Initial commit
Diffstat (limited to 'css/third-party.css')
-rw-r--r-- | css/third-party.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/css/third-party.css b/css/third-party.css new file mode 100644 index 0000000..454ef1f --- /dev/null +++ b/css/third-party.css @@ -0,0 +1,15 @@ +.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"; +} |