aboutsummaryrefslogtreecommitdiff
path: root/include/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'include/head.html')
-rw-r--r--include/head.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/include/head.html b/include/head.html
new file mode 100644
index 0000000..b3d945d
--- /dev/null
+++ b/include/head.html
@@ -0,0 +1,26 @@
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<style>
+ /* CSS taken from https://perfectmotherfuckingwebsite.com/ */
+ body{
+ max-width:650px;
+ margin:40px auto;
+ padding:0 10px;
+ font:18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
+ color:#444
+ }
+ h1,h2,h3{
+ line-height:1.2
+ }
+ @media (prefers-color-scheme: dark){
+ body{
+ color:#c9d1d9;
+ background:#0d1117
+ }
+ a:link{
+ color:#58a6ff
+ }
+ a:visited{
+ color:#8e96f0
+ }
+ }
+</style>