site/_includes/style.html

14 lines
174 B
HTML

<style>
code {
color: white;
}
pre {
color: white;
}
::selection {
background-color: white;
color: black;
}
</style>