From 7c3dc656cb8dde09334d7712252dd6c3793f1431 Mon Sep 17 00:00:00 2001 From: Trung Le Date: Thu, 5 Dec 2024 01:13:15 -0800 Subject: [PATCH] Update rt-ai-html.css --- css/rt-ai-html.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/css/rt-ai-html.css b/css/rt-ai-html.css index d23ea8c..d966d49 100644 --- a/css/rt-ai-html.css +++ b/css/rt-ai-html.css @@ -65,6 +65,22 @@ transition: opacity 0.2s; } +.btn-add-contact { + background-color: var(--secondary-color); +} + +.btn-copy-contact { + background-color: var(--primary-color); +} + +.btn-share-contact { + background-color: var(--accent-color); +} + +.btn-download-contact { + background-color: #FF9800; +} + @media screen and (max-width: 600px) { .btn { flex: 1 1 100%;