diff options
| author | 2019-07-03 23:30:10 +0200 | |
|---|---|---|
| committer | 2019-07-03 23:30:10 +0200 | |
| commit | 963ef44e58b4b5d243e6e0f7c2ea27d077a512ec (patch) | |
| tree | 255452b25d0fca53c799781e3b040c1e156432d2 | |
| parent | Changing to new FontAwesome kit (diff) | |
Adding a repo-language-dot for js
Diffstat (limited to '')
| -rw-r--r-- | pydis_site/static/css/home/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |