diff options
| author | Seth Flynn <[email protected]> | 2021-06-09 01:07:07 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2021-06-09 02:07:36 -0400 |
| commit | e754feb4c8869eb80020df2427f32cf10bbd4183 (patch) | |
| tree | b127d23b3097bffa4aa8af18e703aa81c2172a37 /src/css | |
initial commit
Diffstat (limited to 'src/css')
| -rw-r--r-- | src/css/guzzle.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/css/guzzle.css b/src/css/guzzle.css new file mode 100644 index 0000000..52caac2 --- /dev/null +++ b/src/css/guzzle.css @@ -0,0 +1,4 @@ +body { + background-color: tan; + font-family: monospace; +} |
