From 6b157b0edc368cde3ae94eb265a9017ba9948bf5 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 4 Jul 2016 17:08:54 +0200 Subject: [PATCH] fix the github ribbon --- customize.dist/index.html | 2 +- customize.dist/main.css | 4 ++++ customize.dist/src/cryptpad.less | 5 +++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/customize.dist/index.html b/customize.dist/index.html index d073be1ad..6e5bac873 100644 --- a/customize.dist/index.html +++ b/customize.dist/index.html @@ -25,7 +25,7 @@ - +
diff --git a/customize.dist/main.css b/customize.dist/main.css index f12a1bfd6..863559f45 100644 --- a/customize.dist/main.css +++ b/customize.dist/main.css @@ -1,3 +1,7 @@ +a.github-corner > svg { + fill: #46E981; + color: #302B28; +} /* Apparently Chrome fails to render fonts half the time, so we just have to drop lato for now :( diff --git a/customize.dist/src/cryptpad.less b/customize.dist/src/cryptpad.less index 229aff402..c47279056 100644 --- a/customize.dist/src/cryptpad.less +++ b/customize.dist/src/cryptpad.less @@ -17,6 +17,11 @@ } } +a.github-corner > svg { + fill: @cp-green; + color: @base; +} + /* Apparently Chrome fails to render fonts half the time, so we just have to drop lato for now :(