mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Add inverted variables option (#110)
* add inverted variables option * create inverted styles * add missed styles * add myself as contributor
This commit is contained in:
committed by
Luiz F. A. de Prá
parent
55c424f4d1
commit
720f7518a6
@@ -9,3 +9,10 @@ $fg-color: #212121 !default;
|
||||
$alt-bg-color: #E0E0E0 !default;
|
||||
$alt-fg-color: #000 !default;
|
||||
$link-color: #1565c0 !default;
|
||||
|
||||
// Colors inverted
|
||||
$bg-color-inverted: #212121 !default;
|
||||
$fg-color-inverted: #fafafa !default;
|
||||
$alt-bg-color-inverted: #424242 !default;
|
||||
$alt-fg-color-inverted: #fafafa !default;
|
||||
$link-color-inverted: #f44336 !default;
|
||||
|
||||
Reference in New Issue
Block a user