このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
076server/resources/assets/sass/_variables.scss

25 行
432 B
SCSS
Raw 通常表示 履歴

2018-01-24 23:48:58 +09:00
// Body
//$body-bg: #f5f8fa;
$body-bg: #000;
2018-01-24 23:48:58 +09:00
// Typography
$font-family-sans-serif: "Raleway", sans-serif;
2018-03-12 21:21:15 +09:00
$font-size-base: 1rem;
2018-01-24 23:48:58 +09:00
$line-height-base: 1.6;
body{
2018-03-12 21:05:29 +09:00
background-color: #000000;
color: #ffffff;
}
#app {
font-family: monospace;
font-size: large;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: left;
margin-top: 20px;
margin-left: 20px;
}