capsul.org webapp
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

working on light mode

+20 -9
+19 -8
capsulflask/static/style.css
··· 26 26 } 27 27 28 28 html { 29 - color: #241e1e !important; 30 - background-color: #eaeed9 !important; 29 + color: #000 !important; 30 + background-color: #d9e6c3 !important; 31 31 } 32 32 33 + body { 34 + background-color: white !important; 35 + border: 10px solid white; 36 + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 37 + } 38 + 39 + 33 40 a { 34 - color:#2ea1d2 !important; 41 + color:#0000ff !important; 35 42 text-shadow: 1px 1px 0px #0001 !important; 36 43 } 37 44 input[type=submit].form-submit-link { 38 - color:#2ea1d2 !important; 39 - } 40 - a:hover, a:active, a:visited { 41 - color: #94a12d !important; 45 + color:#0000ff !important; 42 46 } 43 47 h1, h2, h3, h4, h5 { 44 48 text-shadow: 2px 2px 0px #0001 !important; ··· 49 53 } 50 54 51 55 input, select, textarea { 52 - color: #241e1e !important; 56 + color: #000 !important; 53 57 background-color: #fff3 !important; 54 58 } 55 59 ··· 62 66 63 67 .code { 64 68 background: #fff3 !important; 69 + } 70 + .dim { 71 + color: #30422b !important; 65 72 } 66 73 67 74 .metric img, .metrics img { ··· 171 178 172 179 173 180 181 + .header-margin { 182 + width: 100%; 183 + margin-bottom: 1.5rem 0; 184 + } 174 185 .full-margin { 175 186 width: 100%; 176 187 margin: 3rem 0;
+1 -1
capsulflask/templates/base.html
··· 12 12 </head> 13 13 <body> 14 14 <nav> 15 - <div class="row justify-space-between half-margin"> 15 + <div class="row justify-space-between header-margin"> 16 16 <div> 17 17 <a href="/"><b>Capsul</b></a>💊 18 18 </div>