html { font-size: 14px; height: 100%; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } @media (min-width: 768px) { html { font-size: 16px; } } html { position: relative; min-height: 100%; } body { margin: 0; min-height: 100%; } textarea { width: 100%; height: 100%; padding: 15px; margin: 0; resize: none; color: #444; font-size: 12px; font-family: Consolas, 'Courier New', monospace; outline: none; position: absolute; box-sizing: border-box; border-width: 0; } .dark textarea { background-color: #222; color: #ddd; } .toast { position: fixed; bottom: 0; right: 20px; font-size: 12px; padding: 10px; color: #fff; transition: opacity 0.4s; opacity: 0; } .toast.show { opacity: 0.8; } .dark #saved-indicator { color: lawngreen; } #saved-indicator { color: green; } .dark #update-indicator { color: orange; } #update-indicator { color: orangered; }