/* ------------------------------------------------ */
/* DON'T EDIT THIS FILE; EDIT THE SCSS/SASS INSTEAD */
//
// Settings
$type: frontend;
$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)
$vrifoxcustomization: true; // my personal customizations
$disablelanguagebutton: true; // if cookies are disabled, the language will have to be chosen on every page again
$nologin: true;
$font-family: 'Lucida Console', monospace;
$border-radius: 5px;
@import 'import/colors';
@import 'import/main';
@import 'import/nav';
@import 'import/repository.scss';
@import 'import/explore.scss';
@import 'import/user.scss';
@import 'import/footer';