Started looking at the books listing design

This commit is contained in:
Dan Brown
2018-12-01 16:29:57 +00:00
parent d39fc84301
commit aabd4c0412
11 changed files with 80 additions and 47 deletions

View File

@ -37,8 +37,8 @@ $text: -apple-system, BlinkMacSystemFont,
sans-serif;
$mono: "Lucida Console", "DejaVu Sans Mono", "Ubunto Mono", Monaco, monospace;
$heading: $text;
$fs-m: 15px;
$fs-s: 14px;
$fs-m: 14px;
$fs-s: 12px;
// Colours
$primary: #0288D1;
@ -53,7 +53,7 @@ $primary-faded: rgba(21, 101, 192, 0.15);
// Item Colors
$color-bookshelf: #af5a5a;
$color-book: #009688;
$color-chapter: #e56236;
$color-chapter: #d7804a;
$color-page: $primary;
$color-page-draft: #9A60DA;