Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wiki theme, use /logos/logo.svg instead of /assets/logo.svg #151

Open
renoirb opened this issue Apr 20, 2015 · 1 comment
Open

Wiki theme, use /logos/logo.svg instead of /assets/logo.svg #151

renoirb opened this issue Apr 20, 2015 · 1 comment

Comments

@renoirb
Copy link
Member

renoirb commented Apr 20, 2015

Make sure the following is adapted.

Note that the background-size: takes care of the SVG at 100% for width and height on the heading.

#p-logo a {
  background: #f9f7f3 url(//www.webplatform.org/logo/logo.png);
  background: hsl(40,29%,96%) url(//www.webplatform.org/logo/logo.svg);
  background-size: 60%;
}
@renoirb
Copy link
Member Author

renoirb commented Apr 20, 2015

Work on this issue while doing also #148 #150

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant