summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2021-01-18 13:38:46 +0100
committerOskar Nyberg <oskar@mullvad.net>2021-07-02 16:15:01 +0200
commitdb0d3cda1c54c32e8eae82fd6de726f54230e7d4 (patch)
tree837143caf83bdeac0ae984fd54151b9af8c6ee83
parent520f66fae2c3a3b1616c1c6770b0c21e1fd9e8fa (diff)
downloadmullvadvpn-db0d3cda1c54c32e8eae82fd6de726f54230e7d4.tar.xz
mullvadvpn-db0d3cda1c54c32e8eae82fd6de726f54230e7d4.zip
Add white10 color
-rw-r--r--gui/src/config.json1
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)",