diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2021-01-18 13:38:46 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2021-07-02 16:15:01 +0200 |
| commit | db0d3cda1c54c32e8eae82fd6de726f54230e7d4 (patch) | |
| tree | 837143caf83bdeac0ae984fd54151b9af8c6ee83 /gui/src | |
| parent | 520f66fae2c3a3b1616c1c6770b0c21e1fd9e8fa (diff) | |
| download | mullvadvpn-db0d3cda1c54c32e8eae82fd6de726f54230e7d4.tar.xz mullvadvpn-db0d3cda1c54c32e8eae82fd6de726f54230e7d4.zip | |
Add white10 color
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/config.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/config.json b/gui/src/config.json index 112391c360..6407c017f5 100644 --- a/gui/src/config.json +++ b/gui/src/config.json @@ -21,6 +21,7 @@ "white60": "rgba(255, 255, 255, 0.6)", "white40": "rgba(255, 255, 255, 0.4)", "white20": "rgba(255, 255, 255, 0.2)", + "white10": "rgba(255, 255, 255, 0.1)", "blue20": "rgba(41, 77, 115, 0.2)", "blue40": "rgba(41, 77, 115, 0.4)", "blue60": "rgba(41, 77, 115, 0.6)", |
