visually distinguish the special 'all' tag

This commit is contained in:
Andrej Karpathy
2021-11-28 08:23:51 -08:00
parent 8947dd3fc5
commit 6d7f648384
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -99,6 +99,9 @@ body {
border-radius: 4px;
cursor: pointer;
}
.rel_utag_all { /* distinguishes the special 'all' tag from others */
background-color: #909;
}
.rel_utag_add { /* adds a paper to a tag */
background-color: #55f;
margin-right: 2px;