From 4e2dff4591bb2062311c1d5bfcdca3ade2a76d16 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 9 Jan 2022 18:21:40 +0100 Subject: Add spell checking with typos (#4138) * Add spell checking with typos Implement https://github.com/FreshRSS/FreshRSS/pull/4134#issuecomment-1008027558 * GitHub Actions attempt * Quiet wget * Makefile --- p/themes/Mapco/_components.scss | 2 +- p/themes/Mapco/_variables.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'p/themes/Mapco') diff --git a/p/themes/Mapco/_components.scss b/p/themes/Mapco/_components.scss index a0d1d30ca..840da5258 100644 --- a/p/themes/Mapco/_components.scss +++ b/p/themes/Mapco/_components.scss @@ -100,7 +100,7 @@ } .tree .tree-folder .tree-folder-items .dropdown-menu { - // tout ça sert à restaurer l’apparence du dropdown dans un contexte de sidebar sombre + // to reset the appearance of the dropdown in the case of a dark sidebar .item { padding: 0; diff --git a/p/themes/Mapco/_variables.scss b/p/themes/Mapco/_variables.scss index f8d7f8d77..a932cd83a 100644 --- a/p/themes/Mapco/_variables.scss +++ b/p/themes/Mapco/_variables.scss @@ -45,7 +45,7 @@ $fav-light: #fff6da; // la couleur de sidebar, utile si on a envie d’un thème qui aurait une sidebar foncé, e.g. $sid-font-color: #fff; // la couleur de fond de la barre de gauche et du header $sid-bg: #303136; // le background général de la barre de gauche, et du header -$sid-bg-alt: #26272a; // le background de l’intérieur des groupes +$sid-bg-alt: #26272a; // background inside groups $sid-bg-dark: #17181a; // les hovers $sid-sep: #3f3f3f; // les séparateurs $sid-active: $main-first; // la couleur active -- cgit v1.2.3