mirror of
git://git.codemadness.org/stagit
synced 2025-03-09 09:09:12 -04:00
style.css: sane style
This commit is contained in:
parent
336b746deb
commit
5734f7aca1
16
style.css
16
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user