1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00

update cyan

This commit is contained in:
John Mitchell 2016-05-05 10:53:27 -04:00
parent 5382668997
commit 89b97d40ad
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
.ansi33 { color: #AA5500; }
.ansi34 { color: #0000AA; }
.ansi35 { color: #E850A8; }
.ansi36 { color: #00AAAA; }
.ansi36 { color: #2dbaba; }
.ansi37 { color: #F5F1DE; }
.ansi40 { background-color: #000000; }
.ansi41 { background-color: #ff5850; }
@ -27,7 +27,7 @@
.ansi43 { background-color: #AA5500; }
.ansi44 { background-color: #0000AA; }
.ansi45 { background-color: #E850A8; }
.ansi46 { background-color: #00AAAA; }
.ansi46 { background-color: #2dbaba; }
.ansi47 { background-color: #F5F1DE; }
body.ansi_back pre {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;

View File

@ -13,7 +13,7 @@
@info-color: #3a87ad;
@unreachable: #FF0000;
@changed: #FF9900; // Ansible Changed
@skipped: #00aaaa; // Ansible Skipped
@skipped: #2dbaba; // Ansible Skipped
@warning: #FF9900;
@well: #f5f5f5; /* well background color */
@well-border: #e3e3e3;