From 963ef44e58b4b5d243e6e0f7c2ea27d077a512ec Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Wed, 3 Jul 2019 23:30:10 +0200 Subject: Adding a repo-language-dot for js --- pydis_site/static/css/home/index.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pydis_site/static/css/home/index.css') diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css index 3bcd39ab..0376513d 100644 --- a/pydis_site/static/css/home/index.css +++ b/pydis_site/static/css/home/index.css @@ -57,6 +57,10 @@ span.repo-language-dot.css { background-color: #563d7c; } +span.repo-language-dot.javascript { + background-color: #f1e05a; +} + #repo-footer-item { margin-left: 1.2rem; } -- cgit v1.2.3