mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 02:50:39 +00:00
Added i18n support
This commit is contained in:
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
||||
// Fonts
|
||||
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;900&display=swap');
|
||||
|
||||
// Variables
|
||||
@import 'vue-file-manager/_variables';
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ $light_mode_vignette: rgba(255, 255, 255, 0.80);
|
||||
// Dark Mode
|
||||
$dark_mode_vignette: rgba(0, 0, 0, 0.3);
|
||||
$dark_mode_background: #1a1f25;
|
||||
$dark_mode_foreground: #202733;
|
||||
$dark_mode_foreground: #1c222d;
|
||||
$dark_mode_text_primary: #B8C4D0;
|
||||
$dark_mode_text_secondary: #667b90;
|
||||
$dark_mode_vignette: rgba(22, 23, 27, 0.70);
|
||||
|
||||
Reference in New Issue
Block a user