mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-15 18:56:59 +00:00
[BRANDING] [v1.20] Add Forgejo light, dark, and auto themes
(cherry picked from commitfaab0c670e
) (cherry picked from commitb6d59493c7
) (cherry picked from commit837da0c1f4
) (cherry picked from commit71ad245e1d
) (cherry picked from commit85a7032f1b
) Conflicts: web_src/css/themes/theme-forgejo-auto.less web_src/css/themes/theme-forgejo-dark.less web_src/css/themes/theme-forgejo-light.less web_src/less/_home.less see https://codeberg.org/forgejo/forgejo/pulls/552
This commit is contained in:
parent
f0be8bbdbf
commit
0c2c131bb0
5 changed files with 538 additions and 4 deletions
|
@ -21,7 +21,7 @@
|
|||
}
|
||||
|
||||
.home .hero .svg {
|
||||
color: var(--color-green);
|
||||
color: var(--color-primary);
|
||||
height: 40px;
|
||||
width: 50px;
|
||||
vertical-align: bottom;
|
||||
|
@ -40,7 +40,7 @@
|
|||
}
|
||||
|
||||
.home a {
|
||||
color: var(--color-green);
|
||||
color: var(--color-primary);
|
||||
}
|
||||
|
||||
@media (max-width: 880px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue