mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:15:05 +03:00
Added brand colors to style sheet
This commit is contained in:
parent
d3c96b5aee
commit
002fc6bb93
1 changed files with 16 additions and 0 deletions
|
@ -34,6 +34,22 @@ body{
|
||||||
color: #949494;
|
color: #949494;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.light-gray{
|
||||||
|
color: #e1e1e1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.white{
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.purple{
|
||||||
|
color: #8000ff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.orange{
|
||||||
|
color: #ff4100;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* General Typography */
|
/* General Typography */
|
||||||
|
|
Loading…
Reference in a new issue