Samet Chan
Temporal Novice
It's better in my eyes and favorite so.
1. Create a style then dark style - TTI
2. Go to template > EXTRA.css
3. Add code .CSS
4. done.
1. Create a style then dark style - TTI
2. Go to template > EXTRA.css
3. Add code .CSS
Code:
body {
color: #cecece;
background-color: #1e1e1e !important;
}
.p-body {
background: #1e1e1e !important;
}
.p-header {
background: #1e1e1e !important;
}
.p-nav {
background: #1e1e1e !important;
}
.p-sectionLinks {
background: #828282;
border-bottom: 1px solid black;
}
.p-nav-list .p-navEl.is-selected {
background: #828282;
}
/* Using dark scrollbar */
::-webkit-scrollbar {
background-color: #2e2e2e;
width: 15px;
}
::-webkit-scrollbar-thumb {
background-color: rgba(86, 86, 86, 0.4);
}
::-webkit-scrollbar-thumb:hover {
background-color: rgba(102, 102, 102, 0.4);
}
textarea::-webkit-scrollbar:vertical {
border-left: 1px solid #3e3e3e;
}
textarea::-webkit-scrollbar-thumb:vertical {
border-left: 1px solid #3e3e3e;
}
textarea::-webkit-scrollbar:horizontal {
border-top: 1px solid #3e3e3e;
}
textarea::-webkit-scrollbar-thumb:horizontal {
border-top: 1px solid #3e3e3e;
}