NeuralNovel
commited on
Commit
•
2094cd5
1
Parent(s):
e579cb4
Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,18 @@ license: apache-2.0
|
|
31 |
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
|
32 |
backdrop-filter: blur(10px);
|
33 |
border: 1px solid rgba(255, 255, 255, 0.05);
|
|
|
34 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
.header {
|
36 |
display: flex;
|
37 |
align-items: center;
|
@@ -107,6 +118,9 @@ license: apache-2.0
|
|
107 |
.button:hover {
|
108 |
background-color: #81A1C1;
|
109 |
}
|
|
|
|
|
|
|
110 |
</style>
|
111 |
</head>
|
112 |
<body>
|
|
|
31 |
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
|
32 |
backdrop-filter: blur(10px);
|
33 |
border: 1px solid rgba(255, 255, 255, 0.05);
|
34 |
+
background-color: rgb(0 0 0 / 75%) !important;
|
35 |
}
|
36 |
+
.header h1 {
|
37 |
+
font-size: 28px;
|
38 |
+
color: #fff; /* White text color */
|
39 |
+
margin: 0;
|
40 |
+
text-shadow:
|
41 |
+
-1px -1px 0 #000,
|
42 |
+
1px -1px 0 #000,
|
43 |
+
-1px 1px 0 #000,
|
44 |
+
1px 1px 0 #000; /* Black outline */
|
45 |
+
}
|
46 |
.header {
|
47 |
display: flex;
|
48 |
align-items: center;
|
|
|
118 |
.button:hover {
|
119 |
background-color: #81A1C1;
|
120 |
}
|
121 |
+
.hf-sanitized.hf-sanitized-oJB5trHYB93-j8lDfGQn3 .container {
|
122 |
+
|
123 |
+
}
|
124 |
</style>
|
125 |
</head>
|
126 |
<body>
|