light: hover adjustments and changes to green and grey light colors

This commit is contained in:
pat-s
2023-01-22 17:33:59 +01:00
parent 52e563e2c7
commit 427cece468
2 changed files with 32 additions and 27 deletions

View File

@ -2,11 +2,13 @@
--border-radius: 6px;
--color-primary: #0969da;
--color-navbar: #f6f8fa;
--color-active: #f6f8fa;
--color-markup-code-block: #f6f8fa;
--color-hover: none;
--color-active: #afb8c133;
--color-markup-code-block: #afb8c133;
--color-hover: #c7c7c7;
--color-purple: #8250df;
--color-green: #1a7f37;
--color-green-light: #27c24c;
--color-grey-light: var(--color-text-light);
}
.ui.label {
padding: 0.3em 0.5em;
@ -45,9 +47,6 @@
background-color: #1a7f37;
color: #fff !important;
}
.ui.label {
padding: 0.5em 0.5em;
}
/* "edit" and "reopen" button font color */
.ui.basic.green.buttons .button,
.ui.basic.green.button {
@ -94,9 +93,6 @@ a.muted:hover,
.ui.breadcrumb a:hover {
color: none;
}
.ui.tabular.menu .item:hover {
color: none;
}
.ui.basic.labels .label,
.ui.basic.label {
background-color: #fff;
@ -276,6 +272,7 @@ a,
/* color for repo menu bar to overwrite link color */
.ui.tabular.menu .item {
color: var(--color-text) !important;
height: fit-content;
}
.repository .ui.segment.sub-menu .list .item a {
@ -404,3 +401,8 @@ ui.basic.blue.button:hover,
color: #24292f;
padding: 2px;
}
// hover
.ui.basic.secondary.buttons .button:hover, .ui.basic.secondary.button:hover {
background: var(--color-hover) !important;
}