You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

26 lines
334 B

*{
list-style-type:none;
font-family: $font-default;
&:focus,&:active{
outline: none !important;
}
}
img{width: 100%;}
body{
background-color:$color-white;
}
*:hover{
-webkit-transition: 0.5s;
transition: 0.5s;
}
*::selection {
color: rgb(0, 204, 255);
}