diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-02-26 05:20:28 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-02-26 05:20:28 -0500 |
| commit | a536db4641424c6a4ce4a9740693e00ecff9442d (patch) | |
| tree | ae6a7179211f46a7861a73a11502115e4a728e90 /static | |
| parent | 2852c2d0f7cca0204209a155bb65c5082e5eeef2 (diff) | |
fix whitespace issue
Diffstat (limited to 'static')
| -rw-r--r-- | static/grapheneos.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/grapheneos.css b/static/grapheneos.css index 93b8bd08..0373edfe 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -53,7 +53,7 @@ nav ul { nav { background-color: #212121; /* grey900 */ - box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0 ,0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); } nav ul li { |
