Test
Browse files- index.html +3 -5
- style.css +6 -6
index.html
CHANGED
|
@@ -184,11 +184,9 @@
|
|
| 184 |
Let's discuss and improve Transformers together
|
| 185 |
</h2>
|
| 186 |
<p class="text-gray-500 dark:text-gray-400">
|
| 187 |
-
<a
|
| 188 |
-
|
| 189 |
-
|
| 190 |
-
>Go to the community tab</a
|
| 191 |
-
>
|
| 192 |
to get started
|
| 193 |
</p>
|
| 194 |
|
|
|
|
| 184 |
Let's discuss and improve Transformers together
|
| 185 |
</h2>
|
| 186 |
<p class="text-gray-500 dark:text-gray-400">
|
| 187 |
+
<a href="https://huggingface.co/spaces/transformers-discussion-board/Support/discussions" class="underline hover:text-gray-800 dark:hover:text-gray-300">
|
| 188 |
+
Go to the community tab
|
| 189 |
+
</a>
|
|
|
|
|
|
|
| 190 |
to get started
|
| 191 |
</p>
|
| 192 |
|
style.css
CHANGED
|
@@ -56,11 +56,11 @@ p {
|
|
| 56 |
top: 0;
|
| 57 |
bottom: 0;
|
| 58 |
width: 4px;
|
| 59 |
-
background: linear-gradient(
|
| 60 |
}
|
| 61 |
|
| 62 |
-
.
|
| 63 |
-
background: linear-gradient(
|
| 64 |
}
|
| 65 |
|
| 66 |
/* Commit node styling */
|
|
@@ -70,16 +70,16 @@ p {
|
|
| 70 |
transform: translateX(4px);
|
| 71 |
width: 12px;
|
| 72 |
height: 12px;
|
| 73 |
-
background-color: #e5e7eb;
|
| 74 |
border-radius: 50%;
|
| 75 |
cursor: pointer;
|
| 76 |
z-index: 1;
|
| 77 |
display: flex;
|
| 78 |
flex-direction: row;
|
|
|
|
| 79 |
}
|
| 80 |
|
| 81 |
-
.
|
| 82 |
-
background-color: #
|
| 83 |
}
|
| 84 |
|
| 85 |
.outer_svg {
|
|
|
|
| 56 |
top: 0;
|
| 57 |
bottom: 0;
|
| 58 |
width: 4px;
|
| 59 |
+
background: linear-gradient(#e5e7eb 0%, #e5e7eb 50%, #616877 100%);
|
| 60 |
}
|
| 61 |
|
| 62 |
+
.dark .commit-tree::before {
|
| 63 |
+
background: linear-gradient(rgb(17 24 39 / var(--tw-bg-opacity, 1)) 0%, #e5e7eb 50%, #e5e7eb 100%);
|
| 64 |
}
|
| 65 |
|
| 66 |
/* Commit node styling */
|
|
|
|
| 70 |
transform: translateX(4px);
|
| 71 |
width: 12px;
|
| 72 |
height: 12px;
|
|
|
|
| 73 |
border-radius: 50%;
|
| 74 |
cursor: pointer;
|
| 75 |
z-index: 1;
|
| 76 |
display: flex;
|
| 77 |
flex-direction: row;
|
| 78 |
+
background-color: #616877;
|
| 79 |
}
|
| 80 |
|
| 81 |
+
.dark .commit-node{
|
| 82 |
+
background-color: #e5e7eb;
|
| 83 |
}
|
| 84 |
|
| 85 |
.outer_svg {
|