::-webkit-scrollbar {
width: 4px !important;
height: 4px !important;
background-color: transparent !important;
}
::-webkit-scrollbar-track {
background-color: transparent !important;
}
::-webkit-scrollbar-track-piece {
background: transparent !important;
}
::-webkit-scrollbar-thumb {
background-color: rgba(125, 125, 125, 0.5) !important;
border-radius: 2px !important;
}
::-webkit-scrollbar-thumb:hover {
background: rgba(125, 125, 125, 0.5) !important;
}
::-webkit-scrollbar-thumb:active {
background: rgba(125, 125, 125, 0.5) !important;
}
* {
outline: none !important;
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
text-decoration: none !important;
}
*:not([class*="icon"]),
::placeholder {
font-family: 'YaoIcon', 'YaoSans' !important;
}
@font-face {
font-family: 'Courier New';
src: local('YaoSans');
}
@font-face {
font-family: 'Consolas';
src: local('YaoSans');
}
@font-face {
font-family: 'Ubuntu Mono';
src: local('YaoSans');
}
@font-face {
font-family: 'Courier';
src: local('YaoSans');
}
@font-face {
font-family: 'monospace';
src: local('YaoSans');
}