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 :(