vrifox/gitea-theme
Archived
1
0
Fork 0
This repository has been archived on 2022-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
gitea-theme/source/frontend.scss

36 lines
883 B
SCSS
Raw Normal View History

2020-09-27 21:09:15 +02:00
/* ------------------------------------------------ */
/* 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
$font-family: 'Lucida Console', monospace;
$border-radius: 5px;
//
//
//
2020-09-27 21:09:15 +02:00
@import 'import/main';
@import 'import/nav';
2020-09-27 21:09:15 +02:00
@import 'import/repository.scss';
2020-09-27 21:09:15 +02:00
@import 'import/explore.scss';
2020-09-27 21:09:15 +02:00
@import 'import/user.scss';
2020-09-27 21:09:15 +02:00
@import 'import/footer';