damus.io

damus.io website
git clone git://jb55.com/damus.io
Log | Files | Refs | README | LICENSE

channels.css (970B)


      1 
      2 
      3 @import url('https://rsms.me/inter/inter.css');
      4 
      5 .header {
      6 	display: flex;
      7 	margin: 50px 0 0 0;
      8 	flex-direction: column;
      9 	align-items: center;
     10 }
     11 
     12 .logo {
     13     margin-bottom: 0;
     14     letter-spacing: -0.05em;
     15 }
     16 
     17 .date {
     18 	font-size: 0.7em;
     19 	margin-left: 10px;
     20 	color: #eee;
     21 }
     22 
     23 .logo img {
     24     padding-right: 18px;
     25     width: 60px;
     26 }
     27 
     28 a {
     29 	font-family: -system-ui, sans-serif;
     30 	color: white;
     31 }
     32 
     33 a:visited {
     34 	color: #eee;
     35 }
     36 
     37 body {
     38     color: white;
     39     min-height: 800px;
     40 }
     41 
     42 html {
     43   line-height: 1.5;
     44   font-size: 20px;
     45   font-family: sans-serif;
     46 
     47     background: linear-gradient(45deg, rgba(28,85,255,1) 0%, rgba(127,53,171,1) 59%, rgba(255,11,214,1) 100%);
     48 }
     49 
     50 .channel {
     51 	display: inline-flex;
     52 	align-items: center;
     53 }
     54 
     55 .channel img {
     56 	width: 64px;
     57 	height: 64px;
     58 	border-radius: 50%;
     59 	margin-right: 10px;
     60 }
     61 
     62 .container {
     63   margin: 0 auto 0 auto;
     64   max-width: 50em;
     65   hyphens: auto;
     66   word-wrap: break-word;
     67   text-rendering: optimizeLegibility;
     68   font-kerning: normal;
     69 }