Remove double ; in elements #42

This commit is contained in:
overdodactyl 2017-12-26 21:45:05 -07:00
parent 3bd096f8f8
commit 895336be5d
1 changed files with 5 additions and 5 deletions

View File

@ -8,12 +8,12 @@
header,
.panel:not(:last-child) {
border-bottom: solid var(--grey-50) 1px !important;;
border-bottom: solid var(--grey-50) 1px !important;
}
.button {
-moz-user-select: none;
background-color: var(--grey-70) !important;;
background-color: var(--grey-70) !important;
}