akveo / akveo/blur-admin

'Changing Color Scheme' Documentation is incorrect

Aberta
#253 1 comentário 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
JavaScript
Estrelas
11.3k
Forks
3k
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

Both [official](https://akveo.github.io/blur-admin/articles/011-changing-color-scheme/) and [src](https://github.com/akveo/blur-admin/blob/master/docs/contents/articles/011-changing-color-scheme/index.md) documentation.

Instructions state:

> Now you can start changing your colors. For example, after playing a bit with different colors, we changed 5 first main variables in _dark.scss file:

```
$default: rgba(#000000, 0.2); //Panel background color
$body-bg: #F0F3F4; // Body background color
$default-text: #ffffff; // Default text color
$help-text: #eeeeee; // Default subtext color
$label-text: #ffffff; // Text for labels in forms (Basically it should be equal to default-text in most cases)
```

Upon following the rest of the directions, the real-world result does not match the example [image](https://akveo.github.io/blur-admin/articles/011-changing-color-scheme/new-color-scheme.jpg).

This is because of $body-bg and $default-text values. The full, corrected snippet should be:

```
$default: rgba(#000000, 0.2); //Panel background color
$body-bg: #4e4e55; // Body background color
$default-text: #e2e2e2; // Default text color
$help-text: #eeeeee; // Default subtext color
$label-text: #ffffff; // Text for labels in forms (Basically it should be equal to default-text in most cases)
```

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.