Skip to content

Commit

Permalink
improve css
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Dec 18, 2019
1 parent 27152c3 commit f9e6888
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
12 changes: 11 additions & 1 deletion template/report3.css
Original file line number Diff line number Diff line change
Expand Up @@ -3754,11 +3754,14 @@ fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container .mdl-ripple,
margin-bottom: 16px
}

.mdl-mega-footer a {
color:gray;
}

.mdl-mega-footer--right-section a,
.mdl-mega-footer__right-section a {
display: block;
margin-bottom: 16px;
color: inherit;
text-decoration: none
}

Expand Down Expand Up @@ -4928,6 +4931,13 @@ fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container .mdl-ripple,
display: none
}
}
.mdl-layout__header a{
color:white;
}
.mdl-layout__header a:visited{
color:white;
}


.mdl-layout__header {
display: -webkit-flex;
Expand Down

0 comments on commit f9e6888

Please sign in to comment.