acayip-home/public/style/style.css
2024-08-23 22:20:17 +03:00

31 lines
637 B
CSS

:root {
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
color-scheme: light dark;
color: rgba(255, 255, 255, 0.87);
background-color: #242424;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@font-face {
font-family: "Source Code Pro";
src: url(/fonts/SourceCodePro-Black.otf.woff2) format("woff2");
}
@media (prefers-color-scheme: light) {
:root {
color: #213547;
background-color: rgba(237, 234, 255, 0.3);
}
a:hover {
color: #747bff;
}
button {
background-color: #f9f9f9;
}
}