:root {
font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 24px;
font-weight: 400;
--color-bg: #f6f6f6;
color: #0f0f0f;
background-color: #f6f6f6;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
}
body, html {
margin: 0;
padding: 0;
* {
box-sizing: border-box;
.app {
width: 100vw;
max-height: 100vh;
overflow: hidden;
.container {
padding-top: 10vh;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
.logo {
height: 6em;
padding: 1.5em;
will-change: filter;
transition: 0.75s;
.logo.tauri:hover {
filter: drop-shadow(0 0 2em #24c8db);
.row {
a {
font-weight: 500;
color: #646cff;
text-decoration: inherit;
a:hover {
color: #535bf2;
h1 {
/*
input,
button {
border-radius: 8px;
border: 1px solid transparent;
padding: 0.6em 1.2em;
font-size: 1em;
font-family: inherit;
background-color: #ffffff;
transition: border-color 0.25s;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
*/
cursor: pointer;
button:hover {
border-color: #396cd8;
button:active {
background-color: #e8e8e8;
/*input,
outline: none;
}*/
#greet-input {
margin-right: 5px;
@media (prefers-color-scheme: dark) {
color: #f6f6f6;
background-color: #2f2f2f;
--color-bg: #2f2f2f;
color: #24c8db;
color: #ffffff;
background-color: #0f0f0f98;
background-color: #0f0f0f69;