A free, self-hostable aggregator…
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
589 B

@import "fonts";
@import "mixins";
@import "variables";
@import "forms";
@import "tables";
@import "components";
@import "divers";
@import "sidebar";
@import "layout";
@import "list-view";
@import "global-view";
@import "reader-view";
@import "configuration";
@import "logs";
@import "stats";
@import "mobile";
@charset "UTF-8";
/*=== GENERAL */
/*============*/
html, body {
background: $grey-light;
height: 100%;
font-family: "lato", "Helvetica", "Arial", sans-serif;
font-size: 0.875rem;
}
/*=== Links */
a, button.as-link {
outline: none;
color: $main-first;
}