Initial commit: Add telonma homepage
This commit is contained in:
40
themes/hugo-arcana/assets/sass/libs/_vars.scss
Normal file
40
themes/hugo-arcana/assets/sass/libs/_vars.scss
Normal file
@@ -0,0 +1,40 @@
|
||||
// Misc.
|
||||
$misc: (
|
||||
z-index-base: 10000
|
||||
);
|
||||
|
||||
// Duration.
|
||||
$duration: (
|
||||
navPanel: 0.5s
|
||||
);
|
||||
|
||||
// Size.
|
||||
$size: (
|
||||
navPanel: 275px,
|
||||
radius: 5px
|
||||
);
|
||||
|
||||
// Font.
|
||||
$font: (
|
||||
);
|
||||
|
||||
// Palette.
|
||||
$palette: (
|
||||
bg: #fff,
|
||||
bg-bold: #f7f7f7,
|
||||
fg: #474747,
|
||||
fg-bold: #4c4c4c,
|
||||
fg-light: #999,
|
||||
border: #e0e0e0,
|
||||
|
||||
accent: (
|
||||
bg: #37c0fb,
|
||||
fg: #fff
|
||||
),
|
||||
obscure: (
|
||||
bg: #333,
|
||||
bg-light: #555,
|
||||
bg-bold: #1f1f1f,
|
||||
fg: #c0c0c0
|
||||
)
|
||||
);
|
||||
Reference in New Issue
Block a user