/* Theme based on https://git.42l.fr/42l/gitea-config */
@import "/assets/css/theme-arc-green.css";

* {
	scrollbar-width: auto;
	scrollbar-color: white #383C4A;
}

#navbar > .item,
#navbar > .right.menu > .item {
	color: white;
}

#navbar > .item.active,
#navbar > .right.menu > .item.active {
	background: rgba(34, 34, 34, 0.28);
}

#navbar-expand-toggle {
	color: white !important;
	background: #383c4a !important;
}

#navbar-expand-toggle {
	color: white !important;
	background: #383c4a !important;
}

#navbar-expand-toggle:hover {
	background: inherit !important;
}

.home .hero .octicon {
	color: inherit !important;
}

.ui.breadcrumb a,
a:not(.ui),
.ui.card > .extra a:not(.ui),
a {
	color: white;
}

.ui.breadcrumb a:hover,
a:not(.ui):hover,
.ui.card > .extra a:not(.ui):hover,
a:hover {
	color: lightgray;
}

/* Star and watch number */
.ui.labeled.button:not([class*="left labeled"]) > .label,
.ui[class*="left labeled"].button > .button {
	color: #9b9b9b;
}

.ui.blue.button,
.ui.blue.buttons .button,
.ui.green.button,
.ui.green.buttons .button {
	background-color: #4e5260;
}

.ui.blue.button:hover,
.ui.blue.buttons .button:hover,
.ui.green.button:hover,
.ui.green.buttons .button:hover,
.ui.blue.button:focus,
.ui.blue.buttons .button:focus,
.ui.green.button:focus,
.ui.green.buttons .button:focus {
	background-color: #60636f;
}

#repo-desc a,
.file-view a {
	color: #4bf;
}

#repo-desc a,
.file-view a:hover {
	color: #00a3e2;
}

.captcha-img {
	background-color: white;
}

.ui.pagination.menu .active.item {
	background-color: #4e5260;
}

/* not enough contrast on wiki pages */
.ui.list > .item > .content, .ui.segment {
    color: #e3e3e3 !important;
}

.breadcrumb .divider, .ui.header {
    color: #e3e3e3 !important;
}
