From 6c5b0ad32650eb1117696cbd3613ef6cc1659792 Mon Sep 17 00:00:00 2001 From: Philip Feldmann Date: Thu, 6 Apr 2017 11:06:43 +0200 Subject: [PATCH] Implemented feedback of tester Fixed categories and slightly darkened the markdown color to increase readability --- radar/2017-03-01/artifactory.md | 2 +- radar/2017-03-01/devops-practices.md | 2 +- radar/2017-03-01/raml.md | 2 +- radar/2017-03-01/rest-assured.md | 2 +- styles/base.css | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/radar/2017-03-01/artifactory.md b/radar/2017-03-01/artifactory.md index 0bcb2a4..aa6479b 100644 --- a/radar/2017-03-01/artifactory.md +++ b/radar/2017-03-01/artifactory.md @@ -1,6 +1,6 @@ --- title: "Artifactory" -ring: adopt +ring: trial quadrant: platforms-and-aoe-services --- diff --git a/radar/2017-03-01/devops-practices.md b/radar/2017-03-01/devops-practices.md index 0ae9c1d..2336e98 100644 --- a/radar/2017-03-01/devops-practices.md +++ b/radar/2017-03-01/devops-practices.md @@ -1,6 +1,6 @@ --- title: "Devops practices" -ring: trial +ring: adopt quadrant: methods-and-patterns --- diff --git a/radar/2017-03-01/raml.md b/radar/2017-03-01/raml.md index ad45a92..9396ca5 100644 --- a/radar/2017-03-01/raml.md +++ b/radar/2017-03-01/raml.md @@ -1,5 +1,5 @@ --- -title: "RabbitMQ" +title: "RAML" ring: adopt quadrant: tools diff --git a/radar/2017-03-01/rest-assured.md b/radar/2017-03-01/rest-assured.md index e7ca486..955768a 100644 --- a/radar/2017-03-01/rest-assured.md +++ b/radar/2017-03-01/rest-assured.md @@ -1,6 +1,6 @@ --- title: "Rest Assured (Testing)" -ring: trial +ring: assess quadrant: tools --- diff --git a/styles/base.css b/styles/base.css index dcd2697..dc2de78 100644 --- a/styles/base.css +++ b/styles/base.css @@ -2,7 +2,7 @@ --color-gray-dark: #475157; --color-gray-dark-alt: #4F585E; --color-gray-dark-alt2: #434D53; - --color-gray-normal: #A1A6AA; + --color-gray-normal: #7f858a; --color-gray-light: #7D878D; --color-white: #fff;