Actualiser README.md
This commit is contained in:
parent
df4fd9e985
commit
90e565caee
16
README.md
16
README.md
|
@ -49,7 +49,9 @@ Installer SASS :
|
||||||
apt install ruby-sass -y
|
apt install ruby-sass -y
|
||||||
```
|
```
|
||||||
|
|
||||||
Changer le CSS via l'interface [https://status.libre-en-communs.org/dashboard/settings](https://status.libre-en-communs.org/dashboard/settings):
|
Changer le CSS via l'interface [https://status.libre-en-communs.org/dashboard/settings](https://status.libre-en-communs.org/dashboard/settings).
|
||||||
|
|
||||||
|
Variables :
|
||||||
```
|
```
|
||||||
/* Index Page */
|
/* Index Page */
|
||||||
$background-color: #EAEAEA;
|
$background-color: #EAEAEA;
|
||||||
|
@ -83,13 +85,13 @@ $service-stats-size: 2.3rem;
|
||||||
$service-card-height: 480px;
|
$service-card-height: 480px;
|
||||||
|
|
||||||
/* Button Colors */
|
/* Button Colors */
|
||||||
$success-color: #baed91;
|
$success-color: green;
|
||||||
$danger-color: #fea3aa;
|
$danger-color: #d50a0a;
|
||||||
$primary-color: #b2cefe;
|
$primary-color: #51829B;
|
||||||
|
|
||||||
/* Footer Settings */
|
/* Footer Settings */
|
||||||
$footer-text-color: #b0b0b0;
|
$footer-text-color: #b0b0b0;
|
||||||
$nav-tab-color: #baed91;
|
$nav-tab-color: #ef998f;
|
||||||
$footer-display: block;
|
$footer-display: block;
|
||||||
|
|
||||||
/* Global Settings */
|
/* Global Settings */
|
||||||
|
@ -105,6 +107,10 @@ $sm-padding: 0;
|
||||||
$sm-service-stats-size: 1.5rem;
|
$sm-service-stats-size: 1.5rem;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Services
|
||||||
|
|
||||||
|
Importer depuis [https://status.libre-en-communs.org/dashboard/settings](https://status.libre-en-communs.org/dashboard/settings) le fichier [statping.json](./statping.json).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue