Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
516d5b5
1
Parent(s):
03c2ae6
fix: position of the link to the documentation
Browse filesSigned-off-by: Graham White <[email protected]>
- src/app.css +2 -4
src/app.css
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
footer {
|
2 |
display: none !important;
|
3 |
}
|
4 |
-
.gr_docs_link {
|
5 |
-
|
6 |
-
font-size: var(--text-xs);
|
7 |
-
margin-top: 2px;
|
8 |
}
|
9 |
.gr_title {
|
10 |
display: flex;
|
|
|
1 |
footer {
|
2 |
display: none !important;
|
3 |
}
|
4 |
+
.gr_docs_link a {
|
5 |
+
color: #78A9FF;
|
|
|
|
|
6 |
}
|
7 |
.gr_title {
|
8 |
display: flex;
|