home | blog | art | now | git gpg | email | rss

pollux.codes

Files for the pollux.codes site
git clone https://pollux.codes/git/pollux.codes.git
Log | Files | Refs

style.css (471B)


      1 body {
      2 	color: white;
      3 	background-color: black;
      4 	margin: 1em auto;
      5 	padding: 0 0.75em;
      6 	max-width: 50em;
      7 	font: 1.2em/1.62 monospace;
      8 }
      9 img{vertical-align: bottom}
     10 a{color:skyblue}
     11 iframe {border: 1px dashed white}
     12 .highlight {overflow-x:scroll}
     13 input, textarea {
     14 	font: 1.2em/1.62 monospace;
     15 	color: white;
     16 	background-color: black;
     17 	width: 100%;
     18 	border: 1px dashed white;
     19 }
     20 @media screen and (max-width: 35em) {header > span { display: block; float:none !important }}