Skip to content
Snippets Groups Projects
Commit 8114a075 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

less prominent styling of size changes

reusing the diff colors as suggested by @selfthinker
parent 38f25373
No related branches found
No related tags found
No related merge requests found
...@@ -48,18 +48,17 @@ ...@@ -48,18 +48,17 @@
/*____________ size differences ____________*/ /*____________ size differences ____________*/
.dokuwiki li .sizechange { .dokuwiki li .sizechange {
color: #fff;
font-size: 80%; font-size: 80%;
border-radius: 0.2em; border-radius: 0.2em;
padding: 0.1em 0.2em padding: 0.1em 0.2em
} }
.dokuwiki li .sizechange.positive { .dokuwiki li .sizechange.positive {
background-color: #6A6; background-color: #cfc;;
} }
.dokuwiki li .sizechange.negative { .dokuwiki li .sizechange.negative {
background-color: #A66; background-color: #fdd;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment