0
0
mirror of https://gitea.artixlinux.org/artix/gitea-dark-blue.git synced 2024-12-18 07:43:43 +00:00

Update 'theme-arc-blue.css'

This commit is contained in:
nous 2018-10-04 18:58:49 +02:00
parent caa9ae1aec
commit 08c7a9c656

View File

@ -955,3 +955,14 @@
background: #00009c;
color: #eee;
}
.ui.header .sub.header {
color: #aaa;
}
.ui.menu .ui.dropdown .menu > .item:hover, .ui.menu .ui.dropdown .menu > .selected.item {
color: #fff !important;
background: #030c89 !important;
}
.ui.basic.button, .ui.basic.buttons .button {
color: #dcdcdc !important;
background: #014a25 !important;
}