git ssb

16+

cel / patchfoo



Commit a97f91a9376c7d88dc9725a4de7f22a266c77e36

acme colors

Stephen Whitmore committed on 3/27/2018, 1:59:45 AM
Parent: c0b22799da2d39c7224fd51537b5216cd078355c

Files changed

static/styles.csschanged
static/styles.cssView
@@ -1,8 +1,9 @@
11 body {
22 margin: 0 auto;
33 font-family: sans-serif;
44 font-size: 18px;
5 + background-color: #ffffea;
56 }
67
78 section {
89 padding: 1ex;
@@ -47,14 +48,17 @@
4748 border: none;
4849 }
4950
5051 .nav-bar {
51- background-color: #039;
52 + background-color: #eaffff;
5253 padding-left: 1em;
54 + border-width: 2px;
55 + border-style: solid;
56 + border-color: #aeb2db;
5357 }
5458
5559 .nav-bar a {
56- color: #ed0;
60 + color: black;
5761 }
5862
5963 .search-input {
6064 color: #efd;

Built with git-ssb-web