diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-05-02 18:53:56 -0700 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-05-02 18:53:56 -0700 |
| commit | 73208d70d21db7e526e371fa863acd0327caad9e (patch) | |
| tree | a93bed8633077e77a576e65f14244c82a32868bb /Hotline/Assets.xcassets | |
| parent | 480500a3e7cfe1e2aa8ff261ca6f9e522c3aaf4c (diff) | |
Add link highlighting to agreements and message board. Add basic markdown styling and link highlighting to chat messages.
Diffstat (limited to 'Hotline/Assets.xcassets')
| -rw-r--r-- | Hotline/Assets.xcassets/Link Color.colorset/Contents.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Hotline/Assets.xcassets/Link Color.colorset/Contents.json b/Hotline/Assets.xcassets/Link Color.colorset/Contents.json index 4373edf..e1d527b 100644 --- a/Hotline/Assets.xcassets/Link Color.colorset/Contents.json +++ b/Hotline/Assets.xcassets/Link Color.colorset/Contents.json @@ -5,9 +5,9 @@ "color-space" : "srgb", "components" : { "alpha" : "1.000", - "blue" : "0xF1", - "green" : "0x61", - "red" : "0x39" + "blue" : "0xFF", + "green" : "0x86", + "red" : "0x1F" } }, "idiom" : "universal" @@ -24,8 +24,8 @@ "components" : { "alpha" : "1.000", "blue" : "0xFF", - "green" : "0xA3", - "red" : "0x8A" + "green" : "0xB0", + "red" : "0x6C" } }, "idiom" : "universal" |