mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-30 18:24:29 +01:00
Jungle.css fix
Fixes some readability issues.
This commit is contained in:
parent
dfc29c86e3
commit
5f4c54c12f
@ -6,7 +6,7 @@ body {
|
|||||||
background-repeat: repeat-x, repeat;
|
background-repeat: repeat-x, repeat;
|
||||||
|
|
||||||
background-attachment: scroll, scroll;
|
background-attachment: scroll, scroll;
|
||||||
color: #054500;
|
color: #242B23;
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
@ -16,11 +16,8 @@ div.title h1 {
|
|||||||
div.title p {
|
div.title p {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
a:link, a:visited, p.intro a.email span.name {
|
a:hover {
|
||||||
color: #00E;
|
color: red !important;
|
||||||
}
|
|
||||||
a:link:hover {
|
|
||||||
color: #d00;
|
|
||||||
}
|
}
|
||||||
a.post_no {
|
a.post_no {
|
||||||
color: #800000;
|
color: #800000;
|
||||||
@ -105,10 +102,14 @@ hr {
|
|||||||
border-style: inset;
|
border-style: inset;
|
||||||
}
|
}
|
||||||
div.boardlist {
|
div.boardlist {
|
||||||
color: #B86;
|
color: #52794F;
|
||||||
|
font-size: 11pt;
|
||||||
}
|
}
|
||||||
div.boardlist a {
|
div.boardlist a {
|
||||||
color: #800;
|
color: #195319;
|
||||||
|
}
|
||||||
|
.post-hover {
|
||||||
|
border: solid 1px #265026 !important;
|
||||||
}
|
}
|
||||||
unimportant, .unimportant * {
|
unimportant, .unimportant * {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
Loading…
Reference in New Issue
Block a user