Skip to content

Commit

Permalink
IMP site CSS with low width resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaume Florez committed May 23, 2018
1 parent 93d64c0 commit 8731e9c
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion docs/extra/css/site.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[data-md-color-primary=indigo] .md-header
[data-md-color-primary=indigo] .md-header, .md-header
{
background-color: #4D77A4;
}
Expand All @@ -7,3 +7,28 @@
{
background-color: #436491;
}

@media only screen and (max-width: 76.1875em){
html [data-md-color-primary=indigo] .md-nav--primary .md-nav__title--site{
background-color: #4D77A4;
}
[data-md-color-primary=indigo] .md-header, .md-header
{
background-color: #4D77A4;
}

[data-md-color-primary=indigo] .md-nav__source
{
background-color: #436491;
}

html .md-nav--primary .md-nav__title
{
background-color: #436491;
color:white;
}
html .md-nav--primary .md-nav__title:before
{
color:white;
}
}

0 comments on commit 8731e9c

Please sign in to comment.