Skip to content

Commit

Permalink
Improve readmore box appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarel committed Mar 22, 2019
1 parent bae2605 commit 0e6634e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion style/battle.css
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ details.readmore summary::-webkit-details-marker {
details.readmore summary:after {
content: '[read more]';
font-family: Verdana, sans-serif;
margin-left: 1en;
margin-left: 0.5em;
color: #888;
}
details.readmore summary:hover:after {
Expand All @@ -900,6 +900,14 @@ details.readmore summary:hover:after {
details.readmore[open] summary:after {
content: '';
}
details.readmore[open] summary:hover:before {
position: absolute;
top: 0;
right: 0;
content: '[-]';
font-family: Verdana, sans-serif;
color: #68B;
}

.greentext {
color: #187902;
Expand Down

0 comments on commit 0e6634e

Please sign in to comment.