Apply some CSS makeup.

Bad keys, subkeys, identities and signatures are tagged in red.
A secret key not owned by the user is shown in bold.
Application name is bold and bigger.
Popup background color is changed to floralwhite.
This commit is contained in:
SET
2020-11-22 22:36:41 +01:00
parent bbc62a6efa
commit c9defdc02a
2 changed files with 25 additions and 3 deletions

View File

@@ -6,5 +6,15 @@
* are all 0.
*/
div.popup {
background-color: lavender;
background-color: floralwhite;
}
div.red {
color: red;
}
div.bold {
font-weight: bold;
}
span.title {
font-size: 125%;
font-weight: bold;
}