mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
Better sentence structure
Co-authored-by: Bruno Windels <274386+bwindels@users.noreply.github.com>
This commit is contained in:
parent
d448ee1722
commit
b9f316e7c3
@ -90,7 +90,7 @@ It is possible give aliases to variables in the `theme.css` file:
|
||||
--icon-color: var(--background-color-secondary--darker-40);
|
||||
}
|
||||
```
|
||||
It is possible to derive from these aliased variables:
|
||||
It is possible to further derive from these aliased variables:
|
||||
```css=
|
||||
div {
|
||||
background: var(--icon-color--darker-20);
|
||||
|
Loading…
Reference in New Issue
Block a user