Lot of visual improvements

This commit is contained in:
2022-03-04 23:47:52 +01:00
parent 8bc8f6eee0
commit efa34e30be
10 changed files with 133 additions and 46 deletions

View File

@@ -25,3 +25,31 @@ a.no-style {
color: inherit;
text-decoration: none;
}
button {
border-style: solid;
border-width: .1rem;
border-color: rgba(0,0,0, 0);
border-radius: .2rem;
display: flex;
justify-content: center;
align-items: center;
padding: .5rem;
transition: background-color .2s ease-out,
border-color .2s ease-out;
&:hover {
background-color: #666;
border-color: rgb(53, 53, 53);
}
.icon {
width: 2rem;
height: 2rem;
min-width: 2rem;
min-height: 2rem;
padding: 0;
}
}