strict typing, change colors a bit, architecture depending lock

This commit is contained in:
2021-03-13 16:57:58 +03:00
parent 9410c521a1
commit 4b98b21a70
12 changed files with 45 additions and 25 deletions

View File

@ -47,7 +47,11 @@
background-color: rgba(235, 235, 255, 1);
}
tr.header, tr.package:hover {
tr.package:hover {
background-color: rgba(255, 255, 225, 1);
}
tr.header{
background-color: rgba(200, 200, 255, 1);
}