Skip to content

Commit

Permalink
codeoverflow-org/nodecg-io#37 - Apply new design
Browse files Browse the repository at this point in the history
  • Loading branch information
J0B10 committed Mar 8, 2021
1 parent b365b2f commit f57d241
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
Binary file added docs/assets/header_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/header_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# nodecg-io

![](assets/header_white.png)

[![Feature Requests](https://img.shields.io/github/issues/codeoverflow-org/nodecg-io/enhancement?label=Feature%20Requests&style=flat-square)](https://github.com/codeoverflow-org/nodecg-io/labels/enhancement)
[![Bugs](https://img.shields.io/github/issues/codeoverflow-org/nodecg-io/bug?label=Bugs&style=flat-square)](https://github.com/codeoverflow-org/nodecg-io/labels/bug)
[![Pull Requests](https://img.shields.io/github/issues-pr/codeoverflow-org/nodecg-io?label=Pull%20Requests&style=flat-square)](https://github.com/codeoverflow-org/nodecg-io/pulls)

<!-- Do not set the 'Services implemented' value manually. It's inserted automatically. -->

[![Sevices](https://img.shields.io/static/v1?label=Services%20implemented&message=31&color=blue&style=flat-square)](services.md)
[![License](https://img.shields.io/github/license/codeoverflow-org/nodecg-io?label=License&style=flat-square)](https://github.com/codeoverflow-org/nodecg-io/blob/master/LICENSE)
[![Discord](https://img.shields.io/badge/discord-join-7289DA.svg?logo=discord&style=flat-square)](https://discord.gg/sX2Gjbs/)
Expand Down
8 changes: 6 additions & 2 deletions docs/stylesheets/colors.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
:root {
--md-primary-fg-color: #ff7a04;
--md-accent-fg-color: #ff004d;
--md-primary-fg-color: #5836FF;
--md-accent-fg-color: #DD241F;
}

.md-header {
background-color: #2C1849;
}

.md-typeset .task-list-control [type="checkbox"]:checked + .task-list-indicator::before {
Expand Down
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ theme:
font: false
features:
- tabs
favicon: https://avatars.githubusercontent.com/codeoverflow-org
logo: assets/logo.png
favicon: assets/logo.png

docs_dir: docs
site_dir: build
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# To install them all run 'pip install -r requirements.txt' in the same directory

mkdocs == 1.1.2
mkdocs-material == 5.4.0
mkdocs-material == 7.0.5
plantuml-markdown == 3.3.0

0 comments on commit f57d241

Please sign in to comment.