From 112c740429931d8975b1981f0c637e07f5aa0d6c Mon Sep 17 00:00:00 2001 From: Abdenasser Date: Sun, 3 Nov 2024 16:55:35 +0100 Subject: [PATCH] apple notorized badge --- docs/index.html | 6 ++++++ docs/styles.css | 30 ++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/docs/index.html b/docs/index.html index 0b9fc92..2aaca16 100644 --- a/docs/index.html +++ b/docs/index.html @@ -163,6 +163,12 @@ +
+ + Notarized by Apple for enhanced security + Learn more +
diff --git a/docs/styles.css b/docs/styles.css index d2dce85..23ae7e3 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -1002,4 +1002,34 @@ footer { .coming-soon-badge:hover { transform: translateY(-2px); +} + +.trust-badge { + margin-top: 1.5rem; + padding: 0.75rem; + background: rgba(255, 255, 255, 0.1); + border-radius: 8px; + display: flex; + align-items: center; + gap: 0.5rem; + font-size: 0.9rem; +} + +.verified-icon { + color: #34C759; + font-weight: bold; +} + +.verified-text { + color: var(--text-color); +} + +.learn-more { + color: var(--primary-color); + text-decoration: none; + margin-left: 0.5rem; +} + +.learn-more:hover { + text-decoration: underline; } \ No newline at end of file