Use shades of gray instead of green readmarker. Fixes #212
Also more space above and under it.
This commit is contained in:
parent
38f5e998fc
commit
2e70603247
|
@ -73,9 +73,12 @@ td.message {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 1px 1px 1px 5px;
|
padding: 1px 1px 1px 5px;
|
||||||
}
|
}
|
||||||
hr {
|
#readmarker {
|
||||||
margin: 0;
|
margin-top: 5px;
|
||||||
border-color: darkgreen;
|
margin-bottom: 5px;
|
||||||
|
border-top: 1px solid rgba(255, 255, 255, 0.3);
|
||||||
|
border-bottom: 1px solid #121212;
|
||||||
|
height: 2px;
|
||||||
}
|
}
|
||||||
.text {
|
.text {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
|
Loading…
Reference in New Issue