projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8032d2
)
added style sheet
author
MatthewOwens
<matthew@owens.tech>
Sun, 19 Jul 2020 12:56:13 +0000
(13:56 +0100)
committer
MatthewOwens
<matthew@owens.tech>
Sun, 19 Jul 2020 12:56:13 +0000
(13:56 +0100)
style.css
[new file with mode: 0644]
patch
|
blob
diff --git a/style.css
b/style.css
new file mode 100644
(file)
index 0000000..
2628b10
--- /dev/null
+++ b/
style.css
@@ -0,0
+1,4
@@
+body {
+ background-color: #1c1c1c;
+ color: #aaaaaa;
+}