Files
gitea-pages/docs/stylesheets/extra.css
Noah Pombas ad96095b9f
Some checks failed
Build and Deploy Documentation / build-and-deploy (push) Failing after 5s
Added Custom JS and CSS
2025-12-04 16:14:31 +01:00

10 lines
172 B
CSS

#color-toggle-btn {
margin-left: 1rem;
padding: 4px 10px;
font-size: 0.9rem;
border-radius: 5px;
border: 1px solid #ccc;
background: #fff;
cursor: pointer;
}