Change link colour

This commit is contained in:
Matthew Grove
2018-11-21 09:24:55 +00:00
parent 5bd96fcb58
commit cd08268c33
3 changed files with 26 additions and 29 deletions

View File

@@ -7,19 +7,6 @@
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label, .mdc-list-item--activated .mdc-list-item__text, .mdc-drawer .mdc-list-item--activated .mdc-list-item__graphic {
color: var(--mdc-theme-primary);
}
/*
.mdc-fab {
background-color: var(--mdc-theme-secondary);
}
.mdc-text-field-container {
overflow: hidden;
}
.mdc-text-field {
margin-top: 5px;
}
*/
body {
font-family: 'Roboto', sans-serif;
@@ -27,19 +14,9 @@ body {
margin: 0;
}
/*
.mdc-text-field-helper-text {
margin-bottom: 10px;
}
.source-code-link {
position: fixed;
bottom: 15px;
right: 25px;
}
a {
color: var(--mdc-theme-secondary);
}
*/
.mdc-drawer-app-content {
flex: auto;