Skip to content

Commit

Permalink
use css to fix the missing logo in greenwing
Browse files Browse the repository at this point in the history
  • Loading branch information
cristidraghici committed Feb 25, 2024
1 parent 894a093 commit 0c2f443
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Assets/PluginSkins/greenwing.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,17 @@ input[type=number] {
margin-top: 2px;
}
}

/** Show the logo of KB instead of Greenwing's, which is currently broken */
header .logo {
margin-top: 2px !important;
margin-right: 8px !important;
background-image: none !important;
}
header .logo a {
opacity: 1 !important;
color: #ff0000 !important;
}
header .logo a span {
display: inline-block !important;
}

0 comments on commit 0c2f443

Please sign in to comment.