Fix styling

This commit is contained in:
2021-08-09 19:57:13 -04:00
parent 467d02ab08
commit 31485b14bb
3 changed files with 12 additions and 5 deletions

View File

@ -6,7 +6,14 @@ a.navbar-brand {
text-align: center;
word-break: break-all;
}
input[type='number']{
width: 2em;
-moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
/* Provide sufficient contrast against white background */
a {
color: #0366d6;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB