settings
hide date label from telomere
code:style.css
.telomere .description {
display: none;
}
strong
code:style.css
.line strong.level-1{
background: linear-gradient(transparent 10%, #FAE2E1 25%, #FAE2E1 70%, transparent 90%) }
show icon in navbar
code:style.css
.navbar-brand::before {
content: '';
width: 40px;
height: 40px;
position: absolute;
background-size: cover;
border-radius: 50px;
}