mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-20 13:25:48 +00:00
27 lines
401 B
CSS
27 lines
401 B
CSS
#main .newsbody {
|
|
line-height: 140%;
|
|
}
|
|
|
|
#main h2 {
|
|
margin-bottom: 0;
|
|
font-size: 120%;
|
|
}
|
|
|
|
#main p.dateheader {
|
|
font-size: xx-small;
|
|
background: transparent;
|
|
color: #333;
|
|
margin-top: 0;
|
|
}
|
|
|
|
#main p.dateheader a {
|
|
text-decoration: none;
|
|
background: transparent;
|
|
color: #999;
|
|
border-bottom: 1px dotted #999;
|
|
}
|
|
|
|
#main p.dateheader a:hover {
|
|
background: transparent;
|
|
color: #333;
|
|
}
|