aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Magorsch <max@magorsch.de>2019-10-06 21:58:24 +0200
committerMax Magorsch <max@magorsch.de>2019-10-06 21:58:24 +0200
commit344faa0cb98e621ce8a616bb60fa09fc23028cd4 (patch)
tree4c19fdac3844ad1ac6c9f95755a8c0779f9a08b1
parentUse the gentoo colors for the useflag bubble chart (diff)
downloadpackages-5-dev/corporate-design.tar.gz
packages-5-dev/corporate-design.tar.bz2
packages-5-dev/corporate-design.zip
Use the gentoo colors for the keyword highlightingdev/corporate-design
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 <max@magorsch.de>
-rw-r--r--app/assets/stylesheets/keywords.scss8
1 files 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 {