<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.g-button {
  background-image: none;
  background-color: #ff9c00; }

.g-button:hover {
  background: #ff9c00; }

.g-button.g-button--invert {
  border-color: #ff9c00;
  color: #ff9c00; }

.g-button.g-button--invert:hover {
  background: #ff9c00;
  border-color: #ff9c00; }
</pre></body></html>