30 lines
694 B
SCSS
30 lines
694 B
SCSS
/* ------------------------------------------------ */
|
|
/* DON'T EDIT THIS FILE; EDIT THE SCSS/SASS INSTEAD */
|
|
/* ------------------------------------------------ */
|
|
|
|
//
|
|
// Settings
|
|
//
|
|
|
|
$singleuser: true; // disables functions, that are not necessary if you are the only user (or at least as »frontend«)
|
|
$nojavascript: true; // disables or corrects functions, that would not work with disabled javascript (e.g. throught content security policy)
|
|
|
|
$font-family: monospace, 'Lucida Console', 'Monaco';
|
|
|
|
//
|
|
//
|
|
//
|
|
|
|
|
|
@import 'partials/main';
|
|
@import 'partials/nav';
|
|
|
|
|
|
@import 'partials/repository.scss';
|
|
|
|
@import 'partials/explore.scss';
|
|
|
|
@import 'partials/user.scss';
|
|
|
|
|
|
@import 'partials/footer';
|