Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 19 additions & 15 deletions templates/parallax-template/css/style.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
/* Custom Stylesheet */
/**
* Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/

nav ul a,
nav .brand-logo {
color: #444;
}

.container {
width: 90%;
}

h1 {
color: #4db6ac;
}

h2 {
color: #795548;
}

p {
line-height: 2rem;
}
Expand Down Expand Up @@ -45,13 +49,13 @@ p {
}
}

.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
.page-footer {
margin: 0;
}

footer.page-footer {
margin: 0;
.page-footer a {
color: white;
}



Loading