Adjust new logo color for dark theme (#3592)

Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
Marc Bernard 2020-07-07 15:21:34 +02:00 committed by GitHub
parent 2699e2d513
commit a980d9812d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,8 +51,9 @@ table.repo_tab {
#debug-output { color: var(--theme-greyscale-dark); }
/* abapGit logo in header and footer */
#abapGitLogo>img { background-color: var(--theme-background-color); }
#footer>img { background-color: var(--theme-background-color); }
.logo .icon.icon-abapgit {
color: var(--theme-primary-font-color);
}
/* TUTORIAL */
div.tutorial h1, h2 { color: var(--theme-primary-font-color); }