summaryrefslogtreecommitdiff
path: root/src/main.css
diff options
context:
space:
mode:
authormokha <mokha@cisco.com>2018-08-15 15:13:12 -0600
committermokha <mokha@cisco.com>2018-08-15 15:13:12 -0600
commita2e7e858a81ccc38ccd6006d8a212eb23ddaa2be (patch)
tree0d73fc36152f50623153cb7051ebf6417f67f1e7 /src/main.css
parent1ed99d021e9a68100ed231cef2e6aeb9587c3f27 (diff)
add css and style loaders.
Diffstat (limited to 'src/main.css')
-rw-r--r--src/main.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.css b/src/main.css
new file mode 100644
index 0000000..9bee0f0
--- /dev/null
+++ b/src/main.css
@@ -0,0 +1,3 @@
+body {
+ background: cornsilk;
+}