body 
{
font-family: monospace;
}

a {
color: #5BCEFA !important;
}

.compose-form__actions .icon-button.active
{
color: #5BCEFA;
background-color: black;
border: 1px solid #5BCEFA;
}

.link-button,
.status__content__read-more-button, 
.status__content__translate-button
{
color: #5BCEFA;
text-decoration: underline;
}

.account__domain-pill,
.column-back-button,
.compose-form__poll__select__value,
.compose-form__actions .icon-button {
color: #5BCEFA;
}

.poll__option input[type=text]:focus
{
border-color: #5BCEFA;
}

.button,
.account-role,
.dropdown-button,
.button.button-secondary,
.button.button-tertiary
{
background: transparent;
color: #5BCEFA;
border: 2px solid #5BCEFA;
}
.simple_form .btn,
.admin-wrapper .content__heading__tabs a.selected
{
background-color: black;
outline: 2px solid #5BCEFA;
}

.button:active,
.button:focus,
.button:hover,
.button.button-secondary:active,
.button.button-secondary:focus,
.button.button-secondary:hover,
.button.button-tertiary:active,
.button.button-tertiary:focus,
.button.button-tertiary:hover
{
background-color: black;
color: white;
border: 2px solid white;
}

.dashboard__quick-access
{
background-color: black;
}

.dashboard__quick-access:active,
.dashboard__quick-access:focus,
.dashboard__quick-access:hover 
{
background-color: black;
color: white;
border: 1px solid white;
}

.simple_form .btn:active, 
.simple_form .btn:focus, 
.simple_form .btn:hover
{
background-color: black;
outline: 5px solid white;
}

