Adding beginnings of comparison feature

This commit is contained in:
Colin McLeod
2015-05-05 01:05:58 -07:00
parent 748e1261fe
commit f418e7a6ae
15 changed files with 224 additions and 12 deletions

View File

@@ -8,7 +8,9 @@
@import 'list';
@import 'slot';
@import 'outfit';
@import 'table';
@import 'select';
@import 'modal';
@import 'charts';
@import 'error';
@@ -58,6 +60,17 @@ body {
clear: both;
}
h1 {
font-family: @fTitle;
color: @primary;
}
h2 {
text-transform: uppercase;
font-family: @fTitle;
}
a, a:visited {
color: @fg;
}