mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-06 04:25:14 +00:00
51 lines
No EOL
824 B
SCSS
51 lines
No EOL
824 B
SCSS
.tabs-bar {
|
|
background: $bhd;
|
|
}
|
|
.tabs-bar__link {
|
|
color: $cui;
|
|
border-color: $cui;
|
|
}
|
|
.tabs-bar__link.active {
|
|
color: $curl;
|
|
border-color: $cbut;
|
|
}
|
|
.floating-action-button,
|
|
.emoji-mart-anchor-bar {
|
|
background: $cbut;
|
|
}
|
|
.floating-action-button:hover {
|
|
background: $curl;
|
|
}
|
|
.button:disabled {
|
|
background: $cui2;
|
|
}
|
|
|
|
.emoji-mart-bar:first-child {
|
|
background: $btt3;
|
|
}
|
|
.emoji-mart-anchor-selected {
|
|
color: $cbut;
|
|
}
|
|
.emoji-mart-anchor-selected svg {
|
|
fill: $cbut !important;
|
|
}
|
|
.emoji-mart-anchors svg {
|
|
fill: $cui;
|
|
}
|
|
.emoji-mart-bar,
|
|
.emoji-mart-search input {
|
|
border-color: $cui;
|
|
}
|
|
@media screen and (max-width: 700px){
|
|
.landing-page.tag-page #mastodon-timeline .column {
|
|
height: 100%;
|
|
}
|
|
.navigation-bar {
|
|
background: $blb;
|
|
border-bottom: 1px dotted $cui;
|
|
}
|
|
}
|
|
|
|
.admin-wrapper .sidebar ul a {
|
|
color: $btt3;
|
|
} |