mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
27 lines
591 B
CSS
27 lines
591 B
CSS
@charset "UTF-8";
|
|
@import url("//fonts.googleapis.com/css?family=Raleway:700,400");
|
|
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
|
|
.inc1 {
|
|
margin: 5px;
|
|
}
|
|
.inc1 > a[href^="https://rhymix.org/abc"] {
|
|
text-decoration: none;
|
|
}
|
|
.inc2 {
|
|
padding-left: 10px;
|
|
}
|
|
.partial1 {
|
|
display: flex;
|
|
}
|
|
.partial2 {
|
|
display: none;
|
|
}
|
|
.rhymix {
|
|
color: #123456;
|
|
background: url("../_data/formatter/foo/bar.jpg");
|
|
}
|
|
.rhymix span {
|
|
font-family: "테스트", Raleway, monospace;
|
|
margin: 320px;
|
|
}
|
|
/*# sourceMappingURL=scss.target1.map */
|