diff --git a/website/assets/images/icon-link-green-16x16@2x.png b/website/assets/images/icon-link-green-16x16@2x.png new file mode 100644 index 0000000000..a04fa7571f Binary files /dev/null and b/website/assets/images/icon-link-green-16x16@2x.png differ diff --git a/website/assets/styles/pages/docs/basic-documentation.less b/website/assets/styles/pages/docs/basic-documentation.less index c2c4433807..3250d19716 100644 --- a/website/assets/styles/pages/docs/basic-documentation.less +++ b/website/assets/styles/pages/docs/basic-documentation.less @@ -51,7 +51,7 @@ height: 16px; vertical-align: middle; margin-left: 8px; - content: url('/images/icon-link-16x16@2x.png'); + content: url('/images/icon-link-green-16x16@2x.png'); } } @@ -64,7 +64,7 @@ height: 0px; font-size: 14px; // line-height: 14px; - color: @core-vibrant-blue; + color: @core-vibrant-green; animation-name: copiedText; animation-duration: 4s; animation-fill-mode: forwards; @@ -241,13 +241,13 @@ } [purpose='edit-button'], [purpose='faq-edit-button'] { - color: @core-vibrant-blue; + color: @core-vibrant-green; font-size: 12px; position: absolute; right: 230px; top: 27px; cursor: pointer; - border: 1px solid @core-vibrant-blue; + border: 1px solid @core-vibrant-green; border-radius: 4px; padding: 4px 8px; text-decoration: none; @@ -255,7 +255,7 @@ height: 16px; padding-right: 5px; } &:hover { - background: @core-vibrant-blue; + background: @core-vibrant-green; color: @accent-white; text-decoration: none; } diff --git a/website/assets/styles/pages/osquery-table-details.less b/website/assets/styles/pages/osquery-table-details.less index d35f691078..3fc228f245 100644 --- a/website/assets/styles/pages/osquery-table-details.less +++ b/website/assets/styles/pages/osquery-table-details.less @@ -438,10 +438,10 @@ } [purpose='edit-button'] { display: block; - color: @core-vibrant-blue; + color: @core-vibrant-green; font-size: 14px; cursor: pointer; - border: 1px solid @core-vibrant-blue; + border: 1px solid @core-vibrant-green; border-radius: 4px; width: 108px; padding: 8px 12px; @@ -453,7 +453,7 @@ margin-left: 5px; } &:hover { - background: @core-vibrant-blue; + background: @core-vibrant-green; color: @accent-white; text-decoration: none; }