Add footer
This commit is contained in:
parent
eea743e8d5
commit
ac03327ecb
@ -117,3 +117,24 @@ textarea {
|
|||||||
.copy-button.copied {
|
.copy-button.copied {
|
||||||
background: #28a745;
|
background: #28a745;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Add footer styles */
|
||||||
|
.footer {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 16px;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 14px;
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer a {
|
||||||
|
color: #666;
|
||||||
|
text-decoration: none;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer a:hover {
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
@ -22,6 +22,9 @@ function noSearchDefaultPageRender() {
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<footer class="footer">
|
||||||
|
created by <a href="https://x.com/theo" target="_blank">theo</a>
|
||||||
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user