mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Enable RTL layout by providing 'rtl = true' in the config (#72)
This commit is contained in:
committed by
Luiz F. A. de Prá
parent
333e6358c8
commit
42d75aefe4
@@ -1,10 +1,4 @@
|
||||
// Colors
|
||||
$bg-color: #fefefe !default;
|
||||
$fg-color: #323232 !default;
|
||||
$alt-bg-color: #dcdcdc !default;
|
||||
$alt-fg-color: #000 !default;
|
||||
$link-color: #3366CC !default;
|
||||
|
||||
@import "_colors";
|
||||
@import "_base";
|
||||
@import "_content";
|
||||
@import "_navigation";
|
||||
|
||||
Reference in New Issue
Block a user