diff --git a/theme/default/static/style.css b/theme/default/static/style.css index 5dde1f9..b9934e9 100644 --- a/theme/default/static/style.css +++ b/theme/default/static/style.css @@ -367,7 +367,8 @@ h5 { @media screen and (max-width: 600px) { /* From this width, use mobile layout */ - body, html { + body, + html { /* Performance of text-shadow on some mobile browsers is terrible */ text-shadow: none; } @@ -497,10 +498,10 @@ h5 { border-radius: 4px; scrollbar-color: #e91e63 #00000000; scrollbar-width: thin; - box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); - transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1); + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); + transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); } .hljs:hover { - box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); -} \ No newline at end of file + box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); +}