From 35aaaf1c88fc8744f82d0a581e4857cc99db5b1c Mon Sep 17 00:00:00 2001 From: Azgaar Date: Thu, 2 Apr 2020 21:37:51 +0300 Subject: [PATCH] v1.3.27 --- icons.css | 2 +- index.css | 2 +- modules/ui/diplomacy-editor.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/icons.css b/icons.css index 8592ca9f..b3c0e074 100644 --- a/icons.css +++ b/icons.css @@ -248,7 +248,7 @@ .icon-r:before {font-style:italic;content:'r:';} .icon-a:before {font-style:italic;content:'a:';} .icon-smooth:before {font-weight: bold;content:'∼';} -.icon-disrupt:before {font-weight: bold;content:'෴';} +.icon-disrupt:before {font-weight: bold;content:'⥄';} .icon-if:before {font-style: italic; font-weight: bold;content:'if';} /* .icon-coa:before {content: '⚜'; font-size: 1.1em; margin: -2px;} */ .icon-coa:before {content:'\f3ed'; font-size: .9em; color: #999;} /* '' */ diff --git a/index.css b/index.css index 2449ca92..e6d6dd43 100644 --- a/index.css +++ b/index.css @@ -780,7 +780,7 @@ table.matrix-table td.Neutral { } table.matrix-table td.Suspicion { - background-color:#f3c7c4; + background-color:#eeafaa; } table.matrix-table td.Enemy { diff --git a/modules/ui/diplomacy-editor.js b/modules/ui/diplomacy-editor.js index 4a109089..67dc6173 100644 --- a/modules/ui/diplomacy-editor.js +++ b/modules/ui/diplomacy-editor.js @@ -18,7 +18,7 @@ function editDiplomacy() { const statuses = ["Ally", "Friendly", "Neutral", "Suspicion", "Enemy", "Unknown", "Rival", "Vassal", "Suzerain"]; const description = [" is an ally of ", " is friendly to ", " is neutral to ", " is suspicious of ", " is at war with ", " does not know about ", " is a rival of ", " is a vassal of ", " is suzerain to "]; - const colors = ["#00b300", "#d4f8aa", "#edeee8", "#f3c7c4", "#e64b40", "#a9a9a9", "#ad5a1f", "#87CEFA", "#00008B"]; + const colors = ["#00b300", "#d4f8aa", "#edeee8", "#eeafaa", "#e64b40", "#a9a9a9", "#ad5a1f", "#87CEFA", "#00008B"]; refreshDiplomacyEditor(); tip("Click on a state to see its diplomatic relations", false, "warning");