From 826b26c5703b41aa95eb8439af4b4808941cf02e Mon Sep 17 00:00:00 2001 From: vinibiavatti1 Date: Wed, 12 Sep 2018 11:54:45 -0300 Subject: [PATCH] Update README.md --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1450f9..c24963c 100644 --- a/README.md +++ b/README.md @@ -285,8 +285,31 @@ This is a simple doc for the avaiable components in the framework. For more deta | `.tui-textarea` | Create a textarea without background | | `.tui-clock` | Create a clock space in the navbar | -## CSS Color Classes +## CSS Colors +| Colors | +| --- | +| `black` | +| `blue` | +| `green` | +| `cyan` | +| `red` | +| `purple` | +| `yellow` | +| `white` | +## CSS Color Classes +| Class | Description | +| --- | --- | +| `.-168` | Change the background color to a specified color name with value 168 | +| `.-255` | Change the background color to a specified color name with value 255 | +| `.-168-text` | Change the foreground color to a specified color name with value 168 | +| `.-255-text` | Change the foreground color to a specified color name with value 255 | +| `.-168-border` | Change the border color to a specified color name with value 168 | +| `.-255-border` | Change the border color to a specified color name with value 255 | +| `.-168-hover` | Change the background color to a specified color name with value 168 on mouse hover | +| `.-255-hover` | Change the background color to a specified color name with value 255 on mouse hover | +| `.-168-text-hover` | Change the foreground color to a specified color name with value 168 on mouse hover | +| `.-255-text-hover` | Change the foreground color to a specified color name with value 255 on mouse hover | ## Credit TuiCss Framework (c) Copyright 2018