mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 02:08:36 +00:00
Replace blue button and label classes with primary (#19763)
* make blue really blue * replace blue button and label classes with primary * add --color-blue-dark * add light color variants, tweak a few colors * fix colors * add comment Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
@@ -301,7 +301,7 @@
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.ui.tiny.blue.buttons {
|
||||
.ui.tiny.primary.buttons {
|
||||
@media @mediaSm {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -1168,7 +1168,7 @@
|
||||
border-color: var(--color-secondary-dark-1) !important;
|
||||
}
|
||||
|
||||
.ui.label.basic.blue {
|
||||
.ui.label.basic.primary {
|
||||
background-color: var(--color-reaction-active-bg) !important;
|
||||
border-color: var(--color-primary-alpha-80) !important;
|
||||
}
|
||||
@@ -2411,7 +2411,7 @@
|
||||
color: var(--color-primary) !important;
|
||||
}
|
||||
|
||||
.ui.label.basic.blue {
|
||||
.ui.label.basic.primary {
|
||||
background-color: var(--color-reaction-active-bg) !important;
|
||||
border-color: var(--color-secondary) !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user