트윗덱 비스킷스타일

 avatar
unknown
css
3 years ago
729 B
10
Indexable
html.dark .stream-item{
    border-radius: 4px;
    border:1px solid #243648;
    margin:2px;
    margin-bottom: 3px;
    background: #15202b;
}
html.dark .stream-item:nth-child(odd){
    background: #0d1923;
}

html.dark .quoted-tweet{
    background: #00000044;
}

html.dark .app-columns{
    background: #000612;
}
html.dark .column-scroller,
html.dark .column{
    background: #000612;
}

html.dark .column{
    margin:0px!important;
}

html.dark .column-panel{
    background: #000612;
}

html.dark .column-header{
    margin:0px 2px;
    border-radius: 4px;
    background:#131821;
}

js-logo app-title btd-logo-title,
html.dark .app-navigator,
html.dark .column-nav-item,
html.dark .app-header{
    background:#131821;
}

Editor is loading...