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; bottom: 5px;
padding: 5px; padding: 5px;
} }
#settings select:focus { #settings select:focus {
box-shadow: none; box-shadow: none;
} }

View File

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