vrifox/gitea-theme
Archived
1
0
Fork 0

more suitable theme flavour names

This commit is contained in:
Vrifox 2020-11-15 19:36:47 +01:00
parent ebfe4c7d10
commit 454964518f
4 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ footer {
} }
a { a {
&[href*="/api/swagger"] { &[href*="/api/swagger"] {
@if $vrifoxcustomization == true and $type == frontend { @if $vrifoxcustomization == true and $type == static {
display: none; display: none;
} }
} }
@ -34,7 +34,7 @@ footer {
} }
} }
.version { .version {
@if $vrifoxcustomization == true and $type == frontend { @if $vrifoxcustomization == true and $type == static {
display: none; display: none;
} }
} }

View file

@ -545,7 +545,7 @@
background: $green-dark; background: $green-dark;
} }
&[href*="issues/new"] { &[href*="issues/new"] {
@if $type == frontend { @if $type == static {
display: none; display: none;
} }
} }