X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=public%2Fstylesheets%2Flayout.sass;h=52805f29b603edb996781da07e6dd0a0cef39b78;hp=cdcd81e04903b5d51ca3cd35d96467a1b963c76b;hb=9a3c9f790aa28fd4708faefe41b4624173922c8e;hpb=80b15df120c7444afc091b29332a27df36416126 diff --git a/public/stylesheets/layout.sass b/public/stylesheets/layout.sass index cdcd81e0..52805f29 100644 --- a/public/stylesheets/layout.sass +++ b/public/stylesheets/layout.sass @@ -1,12 +1,16 @@ html, * font-family: "Open Sans", Arial, sans-serif --back-color: #f2f2f2 - --a-link-color: #0039e6 + --a-link-color: blue + --a-visited-color: blue body padding: 0 min-width: 320px +a + text-decoration: underline + .text-center text-align: center @@ -25,14 +29,9 @@ body .smallfont font-size: 0.8em +.bigfont + font-size: 1.2em + [type="checkbox"].modal+div .card max-width: 767px max-height: 100vh - -// TODO: unused -// Jump lines only if screen is large enough -.conditional-jump - display: block -@media screen and (max-width: 767px) - .conditional-jump - display: inline