@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.mdc-card {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 12px;
    margin-top: 12px;
    border-radius: 8px;
    background: rgba(156, 165, 177, .3);
}

.command {
    background-color: black;
    color: white;
    font-family: monospace;

    border-radius: 6px;
    width: fit-content;
}

.command--t {
    background-color: black;
    color: white;
    font-family: monospace;
    padding: 6px;
    border-radius: 6px;
    width: fit-content;
}

.command p {
    color: white;
    padding: 6px;
}

.mdc-list-item {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.mdc-list-item__text {

}

.mdc-list-item__graphic {
    margin-right: 5px;
}

button {
    outline-color: #000000;
    width: 100%;
    background: white;
}

body {
    font-family: 'Roboto', "Nunito Sans", sans-serif;
    margin: 0;
    --mdc-theme-primary: #23262C;
    padding: 0;
}

footer {
    alignment: bottom;
    text-align: center;
    width: 100%;
}

h1 {
    color: #000000;
}

h2 {
    color: #000000;
}

p {
    color: #23262C;
}

li {
    color: #23262C;
}

strong {
    color: #000000
}

.float-right {
    float: left;
    margin-left: 6px;
    width: 84%;
    align-content: center;
    height: auto;
}

img {
    border-radius: 6px;
}

main {
    padding: 8px;
}

@media (max-width: 490px) {
    .label {
        display: none;
    }
}

@media (prefers-color-scheme: dark) {
    .mdc-card {
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 12px;
        border-radius: 8px;
        margin-top: 12px;
        border-color: #364958;
        background: #364958;
    }

    button {
        outline-color: #000000;
        width: 100%;
        background: white;
    }

    .mdc-top-app-bar {
        --mdc-theme-primary: #23262C;
    }

    body {
        background: #23262C;
        --mdc-theme-primary: #AFADAD;
    }

    footer {
        alignment: bottom;
        text-align: center;
        width: 100%;
    }

    h1 {
        color: #FFFFFF;
    }

    h2 {
        color: #FFFFFF;
    }

    h3 {
        color: #FFFFFF;
    }

    h4 {
        color: #FFFFFF;
    }

    p {
        color: #FFFFFF;
    }

    li {
        color: #FFFFFF;
    }

    strong {
        color: #FFFFFF;
    }

    .float-right {
        float: left;
        margin-left: 6px;
        width: 84%;
        align-content: center;
        height: auto;
    }

    a:visited {
        color: #3ddc84;
    }

    a:link {
        color: #3ddc84;
    }

    img {
        border-radius: 6px;
    }

    .mdc-button-text {
        color: black;
    }

    .mdc-drawer__content {
        background: #23262C;
    }

    .mdc-list-item__text {
        color: white;
    }

    .mdc-list-item__graphic {
        color: white;
        padding-right: 10px;
    }

    small {
        color: #AFADAD;
    }
}

 

@media (prefers-color-scheme: light) {

}

