Sunshine/docs/doc-styles.css
2024-09-11 17:56:54 -04:00

7 lines
155 B
CSS

/* A fake button as doxygen doesn't allow button elements */
.open-button {
background: var(--primary-color);
color: white;
cursor: pointer;
}