blob: 468b2c8497fbb62646704cf6c34e2d1007d198c0 [file] [log] [blame]
/* Copyright 2015 The Vanadium Authors. All rights reserved. */
/* Use of this source code is governed by a BSD-style */
/* license that can be found in the LICENSE file. */
@import "./reset.css";
@import "./typography.css";
@import "./variables.css";
body {
inherits: .reset;
inherits: .type-base;
inherits: .type-body;
background-color: var(--blue-grey-25);
}
.reader-app {
display: flex;
min-height: 100vh;
flex-direction: column;
}
.reader-app main {
flex: 1;
display: flex;
flex-direction: column;
}
a {
color: var(--cyan-700);
font-weight: 500;
text-decoration: none;
}