audon/audon-fe/src/assets/style.css

43 wiersze
929 B
CSS
Czysty Zwykły widok Historia

2023-01-03 03:58:41 +00:00
@font-face {
font-family: "Original Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 100;
}
@font-face {
font-family: "Original Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 200;
}
@font-face {
font-family: "Original Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 300;
}
@font-face {
font-family: "Original Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 400;
}
@font-face {
font-family: "Original Yu Gothic";
src: local("Yu Gothic Bold");
font-weight: bold;
}
2022-12-17 22:00:12 +00:00
html,
body,
#app {
height: 100%;
2023-01-04 10:48:24 +00:00
width: 100%;
2023-01-03 03:58:41 +00:00
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
2022-12-17 22:00:12 +00:00
}
a.plain {
text-decoration: inherit;
color: inherit;
2022-12-03 03:20:49 +00:00
}
2023-01-04 10:48:24 +00:00
.v-card {
background-color: rgba(33, 33, 33, 0.95);
}