lib/wally/public/skin.css in wally-0.0.40 vs lib/wally/public/skin.css in wally-0.0.41
- old
+ new
@@ -192,5 +192,17 @@
float: right;
padding-top: 10px;
background: white;
}
+/* tags */
+
+.tag-blocked, .tag-irritating {
+ background: #f00;
+ color: #fff;
+ }
+
+.tag-wip {
+ background: #666FF;
+ color: #fff;
+ }
+