Update README.md
This commit is contained in:
parent
7c09edeeba
commit
18e08a80a9
20
README.md
20
README.md
@ -296,16 +296,16 @@ This is a simple doc for the avaiable components in the framework. For more deta
|
|||||||
| `.tui-clock` | Create a clock space in the navbar |
|
| `.tui-clock` | Create a clock space in the navbar |
|
||||||
|
|
||||||
## CSS Colors
|
## CSS Colors
|
||||||
| Colors |
|
| Colors | 168 Value | 255 Value |
|
||||||
| --- |
|
| --- | --- | --- |
|
||||||
| `black` |
|
| `black` | `rgb(0, 0, 0)` | `rgb(0, 0, 0)` |
|
||||||
| `blue` |
|
| `blue` | `rgb(0, 0, 168)` | `rgb(0, 0, 255)` |
|
||||||
| `green` |
|
| `green` | `rgb(0, 168, 0)` | `rgb(0, 255, 0)` |
|
||||||
| `cyan` |
|
| `cyan` | `rgb(0, 168, 168)` | `rgb(0, 255, 255)` |
|
||||||
| `red` |
|
| `red` | `rgb(168, 0, 0)` | `rgb(255, 0, 0)` |
|
||||||
| `purple` |
|
| `purple` | `rgb(168, 0, 168)` | `rgb(255, 0, 255)` |
|
||||||
| `yellow` |
|
| `yellow` | `rgb(168, 168, 0)` | `rgb(255, 255, 0)` |
|
||||||
| `white` |
|
| `white` |`rgb(168, 168, 168)` | `rgb(255, 255, 255)` |
|
||||||
|
|
||||||
## CSS Color Classes
|
## CSS Color Classes
|
||||||
| Class | Description |
|
| Class | Description |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user