infusion
Version:
Infusion is an application framework for developing flexible stuff with JavaScript
34 lines (27 loc) • 807 B
text/stylus
/*
* General prefs editor styling used to apply preferences
* !important is used for all styles to ensure that Preferences Framework's enactors are able to override the page's default styles.
*/
@import "utils/Themes"
@import "utils/Fonts"
// UI Enhancer "Enlarge text" input/button options
.fl-input-enhanced button,
.fl-input-enhanced input,
.fl-input-enhanced select,
.fl-input-enhanced textarea,
.fl-input-enhanced .fl-input-enhance {
font-size: 125% ;
}
// UI Enhancer 'enhanced links' styling
.fl-input-enhanced a {
font-size: 125% ;
text-decoration: underline ;
font-weight: bold ;
}
.fl-syllabification-separator:before {
content: "·";
}
// Theming
build-themes-Enactors(themes);
// Fonts
build-fonts-Enactors(fonts, fontFaces);