X-Git-Url: https://git.auder.net/doc/screen_pairings_scoring.png?a=blobdiff_plain;f=public%2Fstylesheets%2Findex.sass;h=77ba9aecf9939bf5b480827a37dca53b66682c90;hb=38a412beadb103b51212c6d87f6fe85ed8ddd4a2;hp=fcf7958c39d3ae732858462a8a5d5168742d51d2;hpb=11c5364510ad6dd8c1ef207fb1cdb524b5e2f3c4;p=vchess.git diff --git a/public/stylesheets/index.sass b/public/stylesheets/index.sass index fcf7958c..77ba9aec 100644 --- a/public/stylesheets/index.sass +++ b/public/stylesheets/index.sass @@ -11,7 +11,36 @@ cursor: pointer .card > h3.section.blue - color: blue + color: #0033cc -.card > h3.section.purple - color: purple +.card > h3.section.red + color: #cc3300 + +#welcome, #help + max-height: 100vh + max-width: 90vw + +@media screen and (max-width: 400px) + #welcome, #help + max-width: 100vw + +#welcome ul + list-style-type: none + +#welcome ul > li + font-family: monospace + +table.list-table + width: 300px + margin: 0 auto + border: 0 + tbody + border: 0 + tr + border: 0 + margin: 0 + padding: 0 + td + padding: 0 + text-align: left + border: 0