COLORS

File to keep track of the different colors (*) used to design the front-end and their use-case (->)

*** BLUES ***

* olvid blue : #2f65f5 / rgb(47, 101, 245) / rgb(18%, 40%, 96%)
-> the official color of the Olvid theme

* classic blue : #0000cc / rgb(0, 0, 204)
-> used for the olvid card border

* dark blue : #002b80 / rgb(0, 43, 128)
-> for text headers or other labels


*** GRAYS ***
'
* light gray : #bfbfbf / rgb(191, 191, 191)
-> the base color set to components by default (see java caspian.css)

* gray : gray / #808080 / rgb(128, 128, 128)
-> the gray used when keyword "gray" is set in the css, various uses

* dark gray (40% bright) : #666666 / rgb(102, 102, 102)
-> used for informative text in embedded invitation panes

* dark gray (20% bright) : #333333 / rgb(51, 51, 51)
-> useful for text instead of black, you get a softer contrast on pure white
