Format stuffs

This commit is contained in:
TwinProduction 2021-01-28 23:52:01 -05:00
parent 601d676e34
commit 8337f41425
2 changed files with 28 additions and 25 deletions

View File

@ -63,6 +63,7 @@ export default {
bottom: 5px;
padding: 5px;
}
#settings select:focus {
box-shadow: none;
}

View File

@ -23,9 +23,11 @@ export default {
margin: 0;
z-index: 100;
}
#social img {
opacity: 0.3;
}
#social img:hover {
opacity: 1;
}