Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/colorchestra/smol.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormorph <morph@posteo.de>2020-05-27 00:54:47 +0300
committermorph <morph@posteo.de>2020-05-27 00:54:47 +0300
commite284283965188dc91d0fbb7fcdfeb2daf6c0811c (patch)
tree6b2cc8026570d56cc1403d1fd7bdacc9a702b720
parent6f6aa7c5ae20bfb013953bec715acda6c608d0f3 (diff)
remove newlines from css
-rw-r--r--static/css/style.css11
1 files changed, 2 insertions, 9 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 7a5fba4..5e8047d 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1,13 +1,6 @@
-html {
- overflow-y: scroll;
-}
+html {overflow-y: scroll}
body{max-width:800px;margin:40px auto;padding:0 10px;font:14px/1.5 monospace;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}}
code{color: #FFFFFF; background:#000000; padding:2px}
pre{color: #FFFFFF; background:#000000; padding:24px; white-space: pre-wrap}
article{padding:20px 0}
-.center {
- display: block;
- margin-left: auto;
- margin-right: auto;
- width: 100%;
-}
+.center {display: block;margin-left: auto;margin-right: auto;width: 100%;}