Recherche des tweets de réponse avec l'API Tweeter
This commit is contained in:
20
resources/sass/dashmix/_dark-mode.scss
Normal file
20
resources/sass/dashmix/_dark-mode.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// Dark Mode
|
||||
// --------------------------------------------------
|
||||
|
||||
// Default Dark mode
|
||||
@include color-theme-dark(
|
||||
$primary,
|
||||
$primary-light,
|
||||
$primary-lighter,
|
||||
$sidebar-dark-bg,
|
||||
darken($sidebar-dark-bg, 5%),
|
||||
$light,
|
||||
$body-bg-dark,
|
||||
$body-bg-light,
|
||||
$body-color,
|
||||
$body-color-dark,
|
||||
$body-color-light,
|
||||
$link-color,
|
||||
$link-hover-color,
|
||||
);
|
||||
Reference in New Issue
Block a user