projects
/
forks
/
stagit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
336b746
)
style.css: sane style
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Fri, 4 Dec 2015 23:36:54 +0000
(
00:36
+0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Fri, 4 Dec 2015 23:36:54 +0000
(
00:36
+0100)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index 0fa610c395841437816a488b1b1394d1d1baa50f..c686f8c35dd71b48698e06d86d922a48f19a5f9f 100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-1,21
+1,21
@@
body {
font-family: sans-serif;
- color: #
00ff00
;
- background-color: #
000
;
+ color: #
333
;
+ background-color: #
fff
;
}
-h1 {
+h1
, h2
{
vertical-align: middle;
}
-
a
{
-
color: #00ff00
;
+
h1
{
+
font-size: 140%
;
}
hr {
- color: #
00ff00
;
- background-color: #
00ff00
;
- border-top: 1px solid #
00ff00
;
+ color: #
777
;
+ background-color: #
777
;
+ border-top: 1px solid #
777
;
}
pre {