/*
* source https://git.nixre.net/nixre/ht.nixre.net/src/branch/main/custom.css
*/

:root {
    --highlight1: #AC80A0;
    --highlight2: #89AAE6;
    --main: #3685B5;
    --bg: #061826;
}

.columns-area > div.column:nth-of-type(2){
  flex: 2 0 auto;
}

/*main area width*/
.columns-area__panels__main {
    min-width: 60%;
}


/*navigation active links color*/
div#navigation-retractable a.active {
    color: var(--highlight1);
}

/*navigation links distance and color*/
div#navigation-retractable a {
    padding: 8px;
    color: var(--main);
}

/*navigation notification badge position and color*/
i.icon-with-badge__badge {
    margin-top: 10px;
}

/*
 * Main area
*/

body, div.item-list {
    background-color: var(--bg);
}

div.status, div.status__prepend {
    margin-top: 1em;
}


/* profile links */
span.display-name {
    color: var(--highlight2);
}

/* profile names */
span.display-name bdi strong {
    color: var(--highlight1);
}

.status__content {
    color: var(--main);
}


.hashtag.status-link,.mention.status-link {
    color: var(--hightlicht1);
}




