Newer
Older
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
.flex-column {
flex-direction: column;
}
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-thumb {
border-radius: 5px;
background-color: #888;
}