mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2025-12-26 06:32:31 +00:00
7 lines
155 B
CSS
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;
|
|
}
|