mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-13 08:38:41 +00:00
4d2b0735dc
Update from vfleaking/uoj upstream, commit aa8a85c - 9f1302c. Because of this repo's modify, also with the adaption of community version.
36 lines
955 B
SCSS
36 lines
955 B
SCSS
/**
|
|
* Black theme for reveal.js.
|
|
*
|
|
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
|
|
*/
|
|
|
|
|
|
// Default mixins and settings -----------------
|
|
@import "../template/mixins";
|
|
@import "../template/settings";
|
|
// ---------------------------------------------
|
|
|
|
|
|
// Include theme-specific fonts
|
|
@import url(//fonts.googleapis.com/css?family=Montserrat:700);
|
|
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
|
|
|
|
|
|
// Override theme settings (see ../template/settings.scss)
|
|
$backgroundColor: #111;
|
|
|
|
$mainFont: 'Open Sans', sans-serif;
|
|
$linkColor: #e7ad52;
|
|
$linkColorHover: lighten( $linkColor, 20% );
|
|
$headingFont: 'Montserrat', Impact, sans-serif;
|
|
$headingTextShadow: none;
|
|
$headingLetterSpacing: -0.03em;
|
|
$headingTextTransform: none;
|
|
$selectionBackgroundColor: #e7ad52;
|
|
$mainFontSize: 30px;
|
|
|
|
|
|
// Theme template ------------------------------
|
|
@import "../template/theme";
|
|
// ---------------------------------------------
|