eb2-proxy-website/src/app.css

27 řádky
444 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
font-family: 'Roboto Mono', monospace;
/*background-color: #efa005;*/
/*background-color: #d6d00c;*/
background-color: #303030;
color: white;
}
a {
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
.eb2-photo {
filter: sepia(100%) hue-rotate(20deg);
}
.eb2-photo-invert {
filter: invert(1) sepia(100%) hue-rotate(20deg);
}