forked from 3wordchant/capsul-flask
		
	Fix typo, tweak colours
This commit is contained in:
		| @ -1,8 +1,8 @@ | ||||
| html { | ||||
|   color: #bdc7b8; | ||||
|   color: #241e1e; | ||||
|   font: calc(0.40rem + 1vmin) monospace; | ||||
|   overflow-y: scroll; | ||||
|   background-color: #241e1e; | ||||
|   background-color: #bdc7b8; | ||||
| } | ||||
|  | ||||
| body { | ||||
| @ -19,8 +19,8 @@ body { | ||||
| } | ||||
|  | ||||
| a { | ||||
|   color:#6CF; | ||||
|   text-shadow: 1px 1px 0px #000c; | ||||
|   color:#00517a; | ||||
|   text-shadow: 1px 1px 0px #eee; | ||||
| } | ||||
|  | ||||
| a.no-shadow { | ||||
| @ -28,7 +28,7 @@ a.no-shadow { | ||||
| } | ||||
|  | ||||
| a:hover, a:active, a:visited { | ||||
|   color: #b5bd68; | ||||
|   color: #575c28; | ||||
| }  | ||||
|  | ||||
| .nav-links  a { | ||||
| @ -59,11 +59,11 @@ h1, h2, h3, h4, h5 { | ||||
|   margin: initial; | ||||
|   padding: initial; | ||||
|   text-transform: uppercase; | ||||
|   text-shadow: 2px 2px 0px #0007; | ||||
|   text-shadow: 2px 2px 0px #eee; | ||||
| } | ||||
|  | ||||
| main { | ||||
|   border: 1px dashed #bdc7b8; | ||||
|   border: 1px dashed #241e1e; | ||||
|   padding: 1rem; | ||||
|   margin-bottom: 2em; | ||||
|  | ||||
|  | ||||
| @ -8,7 +8,7 @@ | ||||
|   </div> | ||||
|   <div class="row half-margin"> | ||||
|     <p> | ||||
|       Rates for this service isn't set yet. You can see Cyberia's Capsul pricing | ||||
|       Rates for this service aren't set yet. You can see Cyberia's Capsul pricing | ||||
|       on <a href="https://capsul.org/pricing">their website</a>. | ||||
|     </p> | ||||
|   </div> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user