From af68c6991dfb87f1e3a53d543e1aadfc4fa8b2c9 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Sat, 28 Oct 2023 21:08:50 -0500 Subject: [PATCH] dash Signed-off-by: Lee Calcote --- assets/scss/_styles_project.scss | 5 +++++ content/en/_index.md | 6 +++++- static/images/5-light-no-trim.svg | 1 + static/images/meshmap-alt.svg | 1 + 4 files changed, 12 insertions(+), 1 deletion(-) create mode 100755 static/images/5-light-no-trim.svg create mode 100644 static/images/meshmap-alt.svg 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