docs: Improve alert visibility in light theme
Browse filesAdjusted alert colors and text contrast to ensure readability in light-themed interfaces.
README.md
CHANGED
|
@@ -22,9 +22,9 @@ tags:
|
|
| 22 |
|
| 23 |

|
| 24 |
|
| 25 |
-
<div style="background-color: #882200; padding: 12px; border-radius: 6px; margin: 10px 0;">
|
| 26 |
⚠️ <b>Important:</b> This version has been replaced by "prototype1", which includes VAEs packaged in a different way, enabling extra functionality such as the Tiny Upscaler.<br/>
|
| 27 |
-
Please download the updated version from this link: <b><a href="https://huggingface.co/martin-rizzo/TinyBreaker.prototype1">TinyBreaker (prototype1)</a></b>
|
| 28 |
</div>
|
| 29 |
|
| 30 |
## Overview
|
|
|
|
| 22 |
|
| 23 |

|
| 24 |
|
| 25 |
+
<div style="color: white; background-color: #882200; padding: 12px; border-radius: 6px; margin: 10px 0;">
|
| 26 |
⚠️ <b>Important:</b> This version has been replaced by "prototype1", which includes VAEs packaged in a different way, enabling extra functionality such as the Tiny Upscaler.<br/>
|
| 27 |
+
Please download the updated version from this link: <b><a style="color: #80C0FF; font-weight: bold;" href="https://huggingface.co/martin-rizzo/TinyBreaker.prototype1">TinyBreaker (prototype1)</a></b>
|
| 28 |
</div>
|
| 29 |
|
| 30 |
## Overview
|