gitea/frontend/3115/public/css/theme-42l-dark.css

117 lines
2.0 KiB
CSS

@import "/css/theme-arc-green.css";
* {
scrollbar-width: auto;
scrollbar-color: #575d6c rgb(64, 69, 82);
}
::-webkit-scrollbar {
width: 12px!important;
height: 10px!important;
}
::-webkit-scrollbar-thumb {
border-radius: 0px !important;
background: #575d6c !important;
}
::-webkit-scrollbar-track {
background: rgb(64, 69, 82) !important;
}
.ui.bar {
background-image: linear-gradient(-90deg,#9f2e45,#5d3067) !important;
}
#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;
}