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 (503B)


      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{
     10 	vertical-align: bottom;
     11 	background-color: #222222;
     12 }
     13 a{color:skyblue}
     14 iframe {border: 1px dashed white}
     15 .highlight {overflow-x:scroll}
     16 input, textarea {
     17 	font: 1.2em/1.62 monospace;
     18 	color: white;
     19 	background-color: black;
     20 	width: 100%;
     21 	border: 1px dashed white;
     22 }
     23 @media screen and (max-width: 35em) {header > span { display: block; float:none !important }}