mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
Adding beginnings of comparison feature
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user