[Bps-public-commit] rt-extension-travisci branch, master, updated. a36c37aa12e5a7d05d01ccf88040954f9435796c

? sunnavy sunnavy at bestpractical.com
Wed Aug 26 14:53:51 EDT 2020


The branch, master has been updated
       via  a36c37aa12e5a7d05d01ccf88040954f9435796c (commit)
      from  2d8049d790b8707b1c5fea7b22971e6d0234811f (commit)

Summary of changes:
 static/css/travisci.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit a36c37aa12e5a7d05d01ccf88040954f9435796c
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Aug 27 02:53:30 2020 +0800

    Switch to success/danger colors in bootstrap

diff --git a/static/css/travisci.css b/static/css/travisci.css
index b99c118..b21f034 100644
--- a/static/css/travisci.css
+++ b/static/css/travisci.css
@@ -3,12 +3,12 @@
 
 }
 .travis-status-passed {
-    color: #0d0;
+    color: #28a745;
     font-weight: bold;
 }
 
 .travis-status-errored, .travis-status-failed {
-    color: #d00;
+    color: #dc3545;
     font-weight: bold;
 }
 

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list