diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index c3c23d8f..f965b5fe 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -175,6 +175,7 @@ a:not([href]):not([class]), a:not([href]):not([class]):hover { // Dashboard .l5btn { + padding: 1.25rem; border-radius: 0.75rem; border: 4px solid rgba(0, 179, 159, 0.40); background: #000; @@ -184,7 +185,11 @@ a:not([href]):not([class]), a:not([href]):not([class]):hover { } & :hover { color: white !important; + > img { + filter: grayscale(100%); + } } + & :focus { color: white; } diff --git a/content/en/_index.md b/content/en/_index.md index 8ff4c848..2421c446 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -6,13 +6,17 @@ title: Layer5
- + Cloud Docs + MeshMap Docs diff --git a/static/images/5-light-no-trim.svg b/static/images/5-light-no-trim.svg new file mode 100755 index 00000000..6b2f7d46 --- /dev/null +++ b/static/images/5-light-no-trim.svg @@ -0,0 +1 @@ +5-light-no-trim \ No newline at end of file diff --git a/static/images/meshmap-alt.svg b/static/images/meshmap-alt.svg new file mode 100644 index 00000000..e1f260f8 --- /dev/null +++ b/static/images/meshmap-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file