Commit fcd3bb48 authored by Jan Kiene's avatar Jan Kiene
Browse files

remove obsolete bg color from arrows

parent b43ffb28
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ SUBPAGE_TMPL_CSS = """
.tbase .tincrease{text-align:left;background-color:#ff0000;border-color:inherit;font-weight:bold;}
.tbase .treduce{text-align:left;background-color:#00ff00;border-color:inherit;font-weight:bold;}

.arrowup {font-weight:bold;background-color:#ff0000;font-size:200%;}
.arrowdown {font-weight:bold;background-color:#00ff00;font-size:200%;}
.arrowup {font-weight:bold;font-size:200%;}
.arrowdown {font-weight:bold;font-size:200%;}
</style>
"""