parsav  Diff

Differences From Artifact [1dafd96ed6]:

To Artifact [9520b92c84]:


   212    212   	display: block;
   213    213   	position: relative;
   214    214   	min-height: calc(100vh - 1.1in);
   215    215   	margin-top: 0;
   216    216   	margin-bottom: 0;
   217    217   	padding: 0 0.4in;
   218    218   	padding-top: 1.1in;
          219  +	padding-bottom: 0.1in;
   219    220   	background-color: adjust-color($color, $lightness: -45%, $alpha: 0.4);
   220    221   	border: {
   221    222   		left: 1px solid black;
   222    223   		right: 1px solid black;
   223    224   	}
   224    225   }
   225    226   
................................................................................
   463    464   		background: linear-gradient(to left, tone(-55%,-0.5), transparent);
   464    465   	}
   465    466   }
   466    467   
   467    468   a[href].rawlink {
   468    469   	@extend %teletype;
   469    470   }
          471  +
          472  +body.doc main {
          473  +	@extend %serif;
          474  +	li { margin-top: 0.05in; }
          475  +	li:first-child { margin-top: 0; }
          476  +}