AllenWrench/src/styles.css

52 lines
908 B
CSS

:root {
font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 24px;
font-weight: 400;
color: #ffffff;
background-color: #231929;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
}
.container {
margin: 0;
display: flex;
flex-direction: column;
justify-content: left;
text-align: left;
}
/*
.logo.tauri:hover {
filter: drop-shadow(0 0 2em #24c8db);
} */
.row {
display: flex;
justify-content: left;
padding-left: 2px;
background: none;
border: 0px solid #ffffff00;
border-radius: 4px;
padding: 2px;
font-size: 18px;
color: #ffffff;
}
.row:hover {
background-color: #382c44;
}
.row:active {
background-color: #493a59;
}
h1 {
text-align: center;
}