diff options
Diffstat (limited to 'Run/Que/style.css')
-rw-r--r-- | Run/Que/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Run/Que/style.css b/Run/Que/style.css new file mode 100644 index 0000000..fa73fa4 --- /dev/null +++ b/Run/Que/style.css @@ -0,0 +1,4 @@ +/* perfect motherfucking css framework */ +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:white;background:#444}a:link{color:#5bf}a:visited{color:#ccf}} + +/* my stuff */ |