mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-01 21:42:57 +09:00
Use CSS Vars for primary color (#13361)
* Use CSS Vars for primary color - Create 15 color shades derived from primary color - Change blue-ish colors to use that primary color - Move styles for scrollbars, selection from arc-green to base - Remove obsolete arc-green styles that now use those variables * simplify webkit scrollbar style Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
@ -345,7 +345,7 @@
|
||||
|
||||
&.octicon-file-directory,
|
||||
&.octicon-file-submodule {
|
||||
color: #1e70bf;
|
||||
color: var(--color-primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -717,7 +717,7 @@
|
||||
|
||||
.pull-desc {
|
||||
code {
|
||||
color: #0166e6;
|
||||
color: var(--color-primary);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user