merged master

This commit is contained in:
mrfry 2021-03-05 18:38:26 +01:00
parent 98fc6ba9ca
commit f7d737c6dc
5 changed files with 7 additions and 36 deletions

View file

@ -20,11 +20,12 @@
}
.new {
padding: 10px;
text-align: center;
border: 2px dashed var(--text-color);
background-color: #191919;
border-radius: 3px;
cursor: pointer;
margin: 8px;
padding: 8px;
}
.new:hover {