SimpleSyndicate/static/ss-dark.css

31 lines
370 B
CSS
Raw Permalink Normal View History

2019-01-21 08:19:54 -05:00
body {
background-color: #111111;
color: #FAFAFA;
font-family: Tahoma, Helvetica, sans-serif;
text-align: center;
}
a:link {
text-decoration: none;
color: #004070;
}
a:hover {
color: #B44444;
}
a:visited {
color: #B44444;
}
#globalContainer {
text-align: left;
display: inline-block;
}
.date {
margin-left: 3em;
padding-right: 1em;
font-size: 0.9em;
}