From 48e81d2cba4ad03af7584ea36551db2e09f84ec7 Mon Sep 17 00:00:00 2001 From: Tyler Nguyen Date: Sat, 9 Nov 2024 08:49:45 -0600 Subject: [PATCH] css: add rakuten brand color --- docs/stylesheets/colors.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/stylesheets/colors.css b/docs/stylesheets/colors.css index 6ee124e..78ec150 100755 --- a/docs/stylesheets/colors.css +++ b/docs/stylesheets/colors.css @@ -242,6 +242,10 @@ color: #276DC3; } +.rakuten { + color: #BF0000; +} + .raycast { color: #FF6363; }