mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: did a ton of work
This commit is contained in:
parent
a220b0d9c1
commit
078bd0ac70
67 changed files with 358 additions and 192 deletions
|
@ -16,6 +16,7 @@ type alias Theme =
|
|||
, cardBackground : Color
|
||||
, barGreen : Color
|
||||
, barRed : Color
|
||||
, transparent : Color
|
||||
}
|
||||
|
||||
|
||||
|
@ -30,4 +31,5 @@ colourTheme =
|
|||
, cardBackground = rgb255 30 30 30
|
||||
, barGreen = rgb255 0 102 0
|
||||
, barRed = rgb255 102 0 0
|
||||
, transparent = rgba 1 1 1 0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue