Last active
September 17, 2024 17:46
-
-
Save Thomasorus/afc715ac9ffa468ae126bc9af44688bf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.ui__header__links { | |
width: 100%; | |
} | |
.ui__header__links a:last-child { | |
margin-left: auto; | |
} | |
@media screen and (max-width: 1174px) { | |
.layout-single-column .ui__header { | |
background: var(--fbc-primary-text); | |
} | |
} | |
.account__section-headline a.active::before { | |
background: var(--cyan); | |
} | |
.detailed-status__wrapper-direct .status__prepend { | |
color: var(--cyan); | |
} | |
.language-dropdown__dropdown__results__item.active { | |
background: var(--cyan); | |
color: var(--fbc-primary-text); | |
} | |
.language-dropdown__dropdown__results__item.active .language-dropdown__dropdown__results__item__common-name { | |
color: var(--fbc-secondary-text); | |
} | |
.language-dropdown__dropdown__results__item__common-name { | |
color: var(--fbc-secondary-text); | |
} | |
.poll__option input[type="text"]:focus { | |
border-color: var(--cyan); | |
} | |
.explore__search-header { | |
background: initial; | |
} | |
.navigation-panel hr { | |
border-top: 1px solid var(--gray-shade-2); | |
margin: 0; | |
} | |
.link-footer p, .link-footer p a { | |
color: var(--gray-shade-8); | |
} | |
.status-card__content { | |
width:100%; | |
} | |
.status-card:hover .status-card__content{ | |
background: var(--gray-shade-3); | |
color:white; | |
} | |
a.status-card:hover .status-card__host { | |
color: white; | |
} | |
a.status-card:hover .status-card__title { | |
color: white; | |
} | |
a.status-card:hover .status-card__description { | |
color: white; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment