Update README.md
Browse files
README.md
CHANGED
@@ -15,11 +15,11 @@ Refer to the [original model card](https://huggingface.co/v000000/SwallowMaid-8B
|
|
15 |
<style>
|
16 |
|
17 |
h1 {
|
18 |
-
color: #
|
19 |
font-size: 1.25em; /* Larger font size */
|
20 |
text-align: left; /* Center alignment */
|
21 |
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Shadow effect */
|
22 |
-
background: linear-gradient(90deg, #
|
23 |
-webkit-background-clip: text; /* Clipping the background to text */
|
24 |
-webkit-text-fill-color: transparent; /* Making the text transparent */
|
25 |
}
|
|
|
15 |
<style>
|
16 |
|
17 |
h1 {
|
18 |
+
color: #a8dafb; /* Red color */
|
19 |
font-size: 1.25em; /* Larger font size */
|
20 |
text-align: left; /* Center alignment */
|
21 |
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Shadow effect */
|
22 |
+
background: linear-gradient(90deg, #a8dafb, #e9a8fb); /* Gradient background */
|
23 |
-webkit-background-clip: text; /* Clipping the background to text */
|
24 |
-webkit-text-fill-color: transparent; /* Making the text transparent */
|
25 |
}
|