Settings
code: style.css
@media screen { .quick-launch .title { color: #ffffff;} .project-home {position: fixed; top: -3px; left: 10%; z-index: 1000;}}
.brand-icon, .navbar-brand img, .navbar-brand span,.grid-size-range { display: none !important }
.new-button { background-color: rgba(255, 111, 175, 0) !important; }
.quick-launch .right-box { display: none; }
code: style.css
.line:not(.cursor-line) ahref$='/o':not(.icon) span, .line:not(.cursor-line) ahref$='/x':not(.icon) span { display: inline-block; width: 0; text-indent: -9999px }
.line:not(.cursor-line) ahref$='/o':not(.icon)::after, .line:not(.cursor-line) ahref$='/x':not(.icon)::after { display: inline-block; min-width: 1.15em; padding-left: 1px;
font-family: 'Font Awesome 5 Free'; font-weight: 400;
font-size: 120%; text-align: center; vertical-align: middle }
.line:not(.cursor-line) ahref$='/o':not(.icon)::after { content: '\f0c8'; color: #BDBDBD } .line:not(.cursor-line) ahref$='/x':not(.icon)::after { content: '\f14a'; color: #BDBDBD }