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

24 行
399 B
SCSS
Raw 通常表示 履歴

2018-01-24 23:48:58 +09:00
// Body
2019-01-28 18:14:15 +09:00
$body-bg: #31363b;
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{
2019-01-28 18:14:15 +09:00
background-color: #31363b;
color: #fcfcfc !important;
}
#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;
}