Skip to content

Commit 5d184e6

Browse files
committed
fix: update colors
1 parent c7fe742 commit 5d184e6

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,14 @@
11
<h1 align="center">
2-
<style>
3-
@media (prefers-color-scheme: dark) {
4-
.mcp-url { color: #A78BFA !important; }
5-
.mcp-desc { color: #FFFFFF !important; }
6-
}
7-
@media (prefers-color-scheme: light) {
8-
.mcp-url { color: #8B5CF6 !important; }
9-
.mcp-desc { color: #000000 !important; }
10-
}
11-
</style>
122
<a href="https://mcp.apify.com">
133
<picture>
14-
<source media="(prefers-color-scheme: dark)" srcset="docs/apify_mcp_server_banner_dark.png">
15-
<img alt="Apify MCP Server" src="docs/apify_mcp_server_banner.png" width="500">
4+
<source media="(prefers-color-scheme: dark)" srcset="docs/apify_mcp_server_banner_dark.png">
5+
<img alt="Apify MCP Server" src="docs/apify_mcp_server_banner.png" width="500">
166
</picture>
177
</a>
188
<br>
199
<small>
20-
<span class="mcp-url">mcp.apify.com:</span>
21-
<span class="mcp-desc">instantly connect AI apps and agents to thousands of ready‑built tools</span>
10+
<span style="color: #A78BFA;">mcp.apify.com:</span>
11+
<span style="color: #374151;">instantly connect AI apps and agents to thousands of ready‑built tools</span>
2212
</small>
2313
</h1>
2414

0 commit comments

Comments
 (0)