Work on tags

This commit is contained in:
Alex Yatskov 2016-08-07 13:42:10 -07:00
parent 3c9f2c6a2e
commit a9e86544c1

View File

@ -58,6 +58,14 @@ body {
background-color: #0275d8;
}
.tag-frequent {
background-color: #5bc0de;
}
.tag-archaism {
background-color: #d9534f;
}
.action-bar {
float: right;
}