@import "nav-buttons.css"; @import "cards.css"; @import "instructions.class"; .title { font-size: 42px; background-image: var(--accent-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-size: 400%; background-position: 0%; } .text-gradient { background-image: var(--accent-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-size: 400%; background-position: 0%; } .menu { text-align: center; } .content { width: 90%; max-width: 75em; margin: auto; padding: 0.5em; margin-top: 1em; margin-bottom: 1em; border: 3px solid #fab387; border-radius: 5px; opacity: 0.9; background: rgba(0, 0, 0, .66); -webkit-box-shadow: 0 0 20px #f5a97f; -moz-box-shadow: 0 0 20px #f5a97f; box-shadow: 0 0 20px #f5a97f; } .small-quote { font-size: smaller; color: #a6adc8; } .ntfy-send::before { content: "[["; } .ntfy-send::after { content: "]]"; } .ntfy-box { margin: 0 1ch; padding: 1ch 2ch 2ch 2ch; background: #ffffff13; border-radius: 10px; } input, select { width: 50%; appearance: none; outline: none; font-family: inherit; background: transparent; color: inherit; border-bottom: 1px solid currentColor; -webkit-box-shadow: 0 0 20px #f5a97f; -moz-box-shadow: 0 0 20px #f5a97f; box-shadow: 0 0 20px #f5a97f; } select { width: unset }