summaryrefslogtreecommitdiff
path: root/src/css
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2021-06-09 01:07:07 -0400
committerSeth Flynn <[email protected]>2021-06-09 02:07:36 -0400
commite754feb4c8869eb80020df2427f32cf10bbd4183 (patch)
treeb127d23b3097bffa4aa8af18e703aa81c2172a37 /src/css
initial commit
Diffstat (limited to 'src/css')
-rw-r--r--src/css/guzzle.css4
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;
+}