Sunshine/docs/doc-styles.css

7 lines
155 B
CSS
Raw Permalink Normal View History

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