update css

This commit is contained in:
Kelvin Sherlock 2021-10-11 13:03:58 -04:00
parent d4486b502e
commit f0ee46793d
1 changed files with 9 additions and 0 deletions

View File

@ -16,6 +16,11 @@ sub {
font-style: italic;
}
fieldset {
width: 30em;
margin-left: auto;
margin-right: auto;
}
legend a {
cursor: pointer;
display: inline-block;
@ -26,4 +31,8 @@ legend a:last-of-type {
}
legend a.selected {
color: blue;
}
code {
line-height: initial;
}