summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/style.css b/style.css
index 03a5bec..f308558 100644
--- a/style.css
+++ b/style.css
@@ -42,9 +42,10 @@ tr.link td:first-of-type { background-image: url("link.png"); }
tr.file td:first-of-type { background-image: url("file.png"); }
/* domain-specific information -------------------------------------- */
tr.dir.repo td:first-of-type { background-image: url("repo.png"); }
-tr.arch td { background-color:#7fc3e5; }
-tr.para td { background-color:#9fa6e3; }
-tr.community { /* TODO: we should indicate this somehow */ }
+tr.packages td { background-color:#7fc3e5; }
+tr.community td { background-color:#7fc3e5; } /* TODO: differentiate this from 'packages' somehow */
+tr.parabola td { background-color:#9fa6e3; }
+tr.alarm td { background-color:#a5d7eb; }
/* file extension information --------------------------------------- */
tr.file.pkg.tar td:first-of-type { background-image: url("pkg.png"); }
tr.file.iso td:first-of-type { background-image: url("iso.png"); }