k94314517
2024-10-31 b6d54f1aafc8e0184c8c236514849e1a4c568655
screen/src/assets/base.css
@@ -12,3 +12,18 @@
div,ul,img,video{
  box-sizing: border-box;
}
input{
  width: 100%;
  display: flex;
  align-items: center;
  background:none;
  border: none;
  outline:none;
  color: #fff;
  &:hover{
    border: none;
  }
  &:focus{
    outline: none;
  }
}