mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-19 00:10:15 +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:
parent
ce52514762
commit
9da3d78e74
61 changed files with 132 additions and 123 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue