Skip to content

Commit

Permalink
update pre css
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Oct 8, 2018
1 parent 7790edf commit b2138c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_layouts/homepage.html
Expand Up @@ -9,7 +9,7 @@
<link rel="icon" type="image/x-icon" href="{{ site.data.images.favicon }}" />
<link rel="apple-touch-icon-precomposed" href="//theme.thephpleague.com/img/apple-touch-icon-precomposed.png">
<link rel="stylesheet" href="//theme.thephpleague.com/css/all.css?2">
<link rel="stylesheet" href="/homepage.css?14">
<link rel="stylesheet" href="/homepage.css?15">
{% if site.data.project.google_analytics_tracking_id %}
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.data.project.google_analytics_tracking_id }}"></script>
<script>
Expand Down Expand Up @@ -131,4 +131,4 @@ <h1>Questions?</h1>
<span>Site design by <a href="//reinink.ca">Jonathan Reinink</a> and <a href="//nyamsprod.com">Ignace Nyamagana Butera</a>.</span>
</footer>
</body>
</html>
</html>
5 changes: 5 additions & 0 deletions docs/homepage.css
Expand Up @@ -13,6 +13,11 @@ footer {
color:#fff;
}

pre {
background:#fff;
border-radius:.3em .3em 0 0;
}

/* -------- homepage css -----------------*/

.homepage header {
Expand Down

0 comments on commit b2138c9

Please sign in to comment.