1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-10-04 09:23:21 +08:00

Make all CSS/JS links HTTPS

This helps in making this work behind an HTTPS proxy

Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>
This commit is contained in:
Antonis Kalipetis
2016-11-22 09:54:29 +02:00
parent 861355d4e3
commit a2754057dd
3 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
@import url('http://fonts.googleapis.com/css?family=Rationale');
@import url('https://fonts.googleapis.com/css?family=Rationale');
.selected button {
background-color: rgba(158,158,158,0.2);