acayip-home/public/style/style.css

36 lines
754 B
CSS
Raw Normal View History

2024-08-23 19:20:17 +00:00
: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");
}
2024-08-25 15:12:43 +00:00
@font-face {
font-family: "Source Sans Pro";
src: url(/fonts/SourceSansPro-Semibold.otf.woff) format("woff");
}
2024-08-23 19:20:17 +00:00
@media (prefers-color-scheme: light) {
:root {
color: #213547;
background-color: rgba(237, 234, 255, 0.3);
}
a:hover {
color: #747bff;
}
button {
background-color: #f9f9f9;
}
}