git.lucas.co / gitsite
generator for git.lucas.co
git clone https://git.lucas.co/gitsite.git

style.css (1.4K)

  1 :root {
  2     font-family: "Circe";
  3     font-weight: normal;
  4     font-size: 1.05em;
  5 }
  6 
  7 @font-face {
  8     font-family: "Circe";
  9     src: url("/font/CirceSlabA-Light.woff2") format("woff2");
 10 }
 11 
 12 a {
 13     color: #66b3ff;
 14     text-decoration: none;
 15 }
 16 
 17 a:hover {
 18     color: #99ccff;
 19     text-decoration: underline;
 20 }
 21 
 22 body {
 23     background-color: #000000;
 24     color: #ffffff;
 25     margin: 3.5em 4em;
 26 }
 27 
 28 hr {
 29     border: none;
 30     border-top: 1px solid #606060;
 31     margin: 1em 0;
 32 }
 33 
 34 table {
 35     border-collapse: collapse;
 36 }
 37 
 38 td {
 39     padding: 0.15em 1.5em 0.15em 0;
 40     vertical-align: top;
 41 }
 42 
 43 table.list tr:first-child td {
 44     color: #a0a0a0;
 45 }
 46 
 47 pre {
 48     font-family: monospace;
 49     font-size: 0.85rem;
 50     line-height: 1.4;
 51     overflow-x: auto;
 52 }
 53 
 54 .active {
 55     color: #a0a0a0;
 56 }
 57 
 58 .clone {
 59     color: #a0a0a0;
 60     font-family: monospace;
 61     font-size: 0.85rem;
 62     margin-top: 0.5em;
 63 }
 64 
 65 .crumbs {
 66     margin-bottom: 0.5em;
 67 }
 68 
 69 .desc {
 70     color: #a0a0a0;
 71 }
 72 
 73 .df {
 74     color: #a0a0a0;
 75 }
 76 
 77 .dh {
 78     color: #66b3ff;
 79 }
 80 
 81 .di {
 82     color: #8ae28a;
 83 }
 84 
 85 .dd {
 86     color: #e08a8a;
 87 }
 88 
 89 .ln {
 90     color: #606060;
 91 }
 92 
 93 .mode {
 94     font-family: monospace;
 95     font-size: 0.85rem;
 96 }
 97 
 98 .msg {
 99     font-family: "Circe";
100     font-size: 1rem;
101 }
102 
103 .nav {
104     margin-top: 1em;
105 }
106 
107 .notice {
108     color: #a0a0a0;
109     font-style: italic;
110 }
111 
112 .path {
113     font-family: monospace;
114     font-size: 0.85rem;
115 }
116 
117 .section {
118     color: #a0a0a0;
119     margin: 1em 0 0.3em 0;
120 }
121 
122 .size {
123     text-align: right;
124 }