diff --git a/docs/_template/light-dark-theme/styles/dark.css b/docs/_template/light-dark-theme/styles/dark.css index 0a021b377..8ae0049d1 100644 --- a/docs/_template/light-dark-theme/styles/dark.css +++ b/docs/_template/light-dark-theme/styles/dark.css @@ -301,4 +301,8 @@ span.arrow-d{ span.arrow-r{ border-left: 5px solid white -} \ No newline at end of file +} + +.logo-switcher { + background: url("/marketing/logo/SVG/Combinationmark White.svg") no-repeat; +} diff --git a/docs/_template/light-dark-theme/styles/gray.css b/docs/_template/light-dark-theme/styles/gray.css index 1d914368a..32ff7d208 100644 --- a/docs/_template/light-dark-theme/styles/gray.css +++ b/docs/_template/light-dark-theme/styles/gray.css @@ -308,4 +308,8 @@ span.arrow-d{ span.arrow-r{ border-left: 5px solid white -} \ No newline at end of file +} + +.logo-switcher { + background: url("/marketing/logo/SVG/Combinationmark White.svg") no-repeat; +} diff --git a/docs/_template/light-dark-theme/styles/light.css b/docs/_template/light-dark-theme/styles/light.css index a5360711f..71910e774 100644 --- a/docs/_template/light-dark-theme/styles/light.css +++ b/docs/_template/light-dark-theme/styles/light.css @@ -110,4 +110,8 @@ span.arrow-d{ span.arrow-r{ border-left: 5px solid black -} \ No newline at end of file +} + +.logo-switcher { + background: url("/marketing/logo/SVG/Combinationmark.svg") no-repeat; +} diff --git a/docs/_template/light-dark-theme/styles/master.css b/docs/_template/light-dark-theme/styles/master.css index 0f22893f0..4c01568e0 100644 --- a/docs/_template/light-dark-theme/styles/master.css +++ b/docs/_template/light-dark-theme/styles/master.css @@ -32,6 +32,15 @@ img { margin-bottom: 15px; } +.big-logo { + display: block; + box-shadow: none !important; + /* Width value was taken from the original size of the combomark svg */ + width: 951pt; + /* Height was arbitrarily determined */ + min-height: 100pt; +} + article.content p{ -webkit-transition: all .75s ease-in-out; transition: all .75s ease-in-out; diff --git a/docs/index.md b/docs/index.md index 8622bc002..7262b1033 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,6 +5,8 @@ title: Home # Discord.Net Documentation + + ## What is Discord.Net? Discord.Net is an asynchronous, multi-platform .NET Library used to @@ -25,4 +27,4 @@ objects in the library. - [GitHub](https://github.com/RogueException/Discord.Net/) - [NuGet](https://www.nuget.org/packages/Discord.Net/) - [MyGet Feed](https://www.myget.org/feed/Packages/discord-net) - Add-ons and nightly builds -- [AppVeyor CI](https://ci.appveyor.com/project/RogueException/discord-net) - Nightly builds via Continuous Integration \ No newline at end of file +- [AppVeyor CI](https://ci.appveyor.com/project/RogueException/discord-net) - Nightly builds via Continuous Integration