From 344faa0cb98e621ce8a616bb60fa09fc23028cd4 Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Sun, 6 Oct 2019 21:58:24 +0200 Subject: Use the gentoo colors for the keyword highlighting Use the official gentoo colors from: - https://wiki.gentoo.org/wiki/Project:Artwork/Colors for highlighting the keywords (stable/unstable). Signed-off-by: Max Magorsch --- app/assets/stylesheets/keywords.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/keywords.scss b/app/assets/stylesheets/keywords.scss index e860d2f..ca13994 100644 --- a/app/assets/stylesheets/keywords.scss +++ b/app/assets/stylesheets/keywords.scss @@ -1,11 +1,11 @@ .kk-keyword-stable { - background-color: #81C784; - color: #2E7D32; + background-color: #DFF0D8; + color: #3C7950; } .kk-keyword-testing { - background-color: #FFF176; - color: #a08700; + background-color: #FCF8E3; + color: #8A7150; } .kk-keyword-unavailable { -- cgit v1.2.3-65-gdbad