:root { --background: #4C515B; --foreground: #DDE2EB; } body, button, input { font-size: 18px; font-weight: 700; overflow: hidden; -webkit-app-region: drag; color: var(--foreground); text-transform: uppercase; background: var(--background); font-family: "Roboto Mono", monospace; } .line { display: flex; margin-top: 15px; } .buttons { margin-left: auto; margin-right: 7px; } button, .text { border: none; outline: none; padding: 5px 15px; border-radius: 50px; transition: 0.2s ease-in-out; } button {-webkit-app-region: no-drag;} button:hover {opacity: 0.9} button:active { opacity: 0.7; transform: scale(0.95); } #update {background: #81A1C1} #setpath {background: #5E81AC} #northstar {background: #C7777F} #vanilla, #exit {background: #656E7F}