oops - wrong branch

Revert "WIP of new CSS"

This reverts commit ad4e3418ff.
This commit is contained in:
Matthew Hodgson 2015-10-23 02:38:32 +01:00
parent ad4e3418ff
commit 351a94b4a1
39 changed files with 98 additions and 156 deletions

View file

@ -22,7 +22,7 @@ html {
}
body {
font-family: 'Myriad Pro', Helvetica, Arial, Sans-Serif;
font-family: 'Lato', Helvetica, Arial, Sans-Serif;
font-size: 16px;
color: #454545;
border: 0px;
@ -34,7 +34,7 @@ div.error {
}
h2 {
color: #454545;
color: #80cef4;
font-weight: 400;
font-size: 20px;
margin-top: 16px;
@ -44,7 +44,7 @@ h2 {
a:hover,
a:link,
a:visited {
color: #76cfa6;
color: #80CEF4;
}
.mx_ContextualMenu_background {
@ -149,7 +149,7 @@ a:visited {
font-weight: 400;
font-size: 16px;
color: #fff;
background-color: #76cfa6;
background-color: #80cef4;
margin-left: 8px;
margin-right: 8px;
padding-left: 1em;