mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
29 lines
619 B
Plaintext
29 lines
619 B
Plaintext
color: #fff
|
|
color: #FA3
|
|
color: #f7c111
|
|
color: #9F4ABB
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["property-declaration", [
|
|
["property", ["color"]], ["punctuation", ":"],
|
|
["hexcode", "#fff"]
|
|
]],
|
|
["property-declaration", [
|
|
["property", ["color"]], ["punctuation", ":"],
|
|
["hexcode", "#FA3"]
|
|
]],
|
|
["property-declaration", [
|
|
["property", ["color"]], ["punctuation", ":"],
|
|
["hexcode", "#f7c111"]
|
|
]],
|
|
["property-declaration", [
|
|
["property", ["color"]], ["punctuation", ":"],
|
|
["hexcode", "#9F4ABB"]
|
|
]]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for hexadecimal values. |