projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11899a8
)
updated css
author
MatthewOwens
<matthew@owens.tech>
Sun, 19 Jul 2020 20:29:48 +0000
(21:29 +0100)
committer
MatthewOwens
<matthew@owens.tech>
Sun, 19 Jul 2020 20:29:48 +0000
(21:29 +0100)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index
2628b10
..
e40dde1
100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-1,4
+1,12
@@
body {
+ font-family:Monaco,Lucidia Console,Liberation Mono, DejaVu Sans Mono, serif;
+ font-size:100%;
background-color: #1c1c1c;
color: #aaaaaa;
+ overflow-y:scroll;
+}
+
+a {
+ color:#b35050;
+ text-decoration:none;
}