feat(themes): fix heatmap colors
This commit is contained in:
@@ -7,10 +7,14 @@ gitea-theme-meta-info {
|
||||
:root {
|
||||
--is-dark-theme: true;
|
||||
--color-primary: #00f0ff;
|
||||
--color-primary-dark-1: #00c0cc;
|
||||
--color-primary-dark-2: #009099;
|
||||
--color-primary-light-1: #33f3ff;
|
||||
--color-primary-light-2: #66f6ff;
|
||||
--color-primary-dark-1: #33f3ff;
|
||||
--color-primary-dark-2: #66f6ff;
|
||||
--color-primary-dark-3: #99f9ff;
|
||||
--color-primary-dark-4: #ccfcff;
|
||||
--color-primary-light-1: #00c0cc;
|
||||
--color-primary-light-2: #009099;
|
||||
--color-primary-light-3: #006066;
|
||||
--color-primary-light-4: #003844;
|
||||
--color-primary-alpha-10: rgba(0, 240, 255, 0.1);
|
||||
--color-primary-alpha-20: rgba(0, 240, 255, 0.2);
|
||||
--color-primary-alpha-30: rgba(0, 240, 255, 0.3);
|
||||
@@ -36,6 +40,7 @@ gitea-theme-meta-info {
|
||||
--color-border: #333333;
|
||||
--color-border-secondary: #222222;
|
||||
--color-secondary: #222222;
|
||||
--color-secondary-alpha-6: rgba(34, 34, 34, 0.6);
|
||||
|
||||
--color-input-background: #000000;
|
||||
--color-input-text: #e0e0e0;
|
||||
@@ -124,7 +129,7 @@ h1, h2, h3, h4, h5, h6, .ui.header {
|
||||
}
|
||||
|
||||
.ui.primary.button:hover {
|
||||
background: var(--color-primary-light-1) !important;
|
||||
background: #33f3ff !important;
|
||||
box-shadow: 0 0 15px var(--color-primary) !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user