From d746121a9cf327e106592b9fc4ed637e4b25cdb4 Mon Sep 17 00:00:00 2001 From: Simon Murray Date: Fri, 2 Feb 2024 11:00:52 +0000 Subject: [PATCH] Fix README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ddd768..23307af 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # NSCALE Assets -![NSCALE Logo](./img/nscale/light/logo.svg#gh-light-mode-only) -![NSCALE Logo](./img/nscale/dark/logo.svg#gh-dark-mode-only) +![NSCALE Logo](./img/nscale/blue/logo.svg#gh-light-mode-only) +![NSCALE Logo](./img/nscale/white/logo.svg#gh-dark-mode-only) This repository contains all static assets used for company branding in various applications. These include, but are not limited to, images and CSS. @@ -19,6 +19,4 @@ https://assets.nscale.com/ Files, where appropriate, are intuitively named: -* `light` - for use on light backgrounds. -* `dark` - for use on dark backgrounds. * `adaptive` - for use on any background, the image will use the `currentColor` for black/white elements. However this requires the SVG contents to be in the DOM, so you must inject the SVG and not use an `` tag. You can use [svg-inject](https://github.com/iconfu/svg-inject) to perform this task.