<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Theme Name:        Muschinsky
 * Template:          hello-elementor
 * Theme URI:         https://sorum.gmbh
 * Description:       Muschinsky Theme
 * Version:           1.0.0
 * Author:            sorum GmbH
 * Author URI:        https://sorum.gmbh 
 * Text Domain:       muschinsky
 */

button.outline {
  background-color: transparent !important;
  border: 2px solid #FB7302 !important;
  color: #FB7302 !important;
  transition: border, background-color, color 300ms !important;
}
button.outline:hover {
  border: 2px solid #FC9A4A !important;
  background-color: #FC9A4A !important;
  color: white !important;
}</pre></body></html>