File tree Expand file tree Collapse file tree 11 files changed +46
-32
lines changed
Expand file tree Collapse file tree 11 files changed +46
-32
lines changed Original file line number Diff line number Diff line change 1+ @use ' ../global/variables' as * ;
12.aboutdojocon {
23 & -bg {
34 background : url (" /img/aboutdojocon/aboutdojocon-bg.jpg" ) no-repeat center center ;
Original file line number Diff line number Diff line change 1+ @use ' ../global/variables' as * ;
2+
13.staff {
24 background : #FBF6FA ;
35 padding : 48px 0 ;
Original file line number Diff line number Diff line change 11/* the definition of the common style */
22
3+ @use ' variables' as * ;
4+
35html {
46 scroll-behavior : smooth ;
57}
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ $yellow: #DABC00;
66$black : #2C0303 ;
77$white : #fff ;
88
9+ // LAYOUT
10+ $navbar : 60px ;
11+
912// COLOR SET
1013$main-color : $red ;
1114$secondary-color : $purple ;
@@ -21,4 +24,4 @@ $color-line: #00bb00;
2124// その他のカラーセットについてはBootstrapのCSS カスタムプロパティも参照してください。
2225// かなり多くのカラーが定義されています。
2326// https://getbootstrap.jp/docs/5.3/customize/color/
24- // 利用例: background-color: var(--bs-orange);
27+ // 利用例: background-color: var(--bs-orange);
Original file line number Diff line number Diff line change 1+ @use ' ../global/variables' as * ;
2+
13/* stylesheet for `_includes/articles.html` */
24
35.article {
Original file line number Diff line number Diff line change 1+ @use ' ../global/variables' as * ;
2+
13/* stylesheet for `_includes/footer.html` */
24
35footer {
Original file line number Diff line number Diff line change 1+ @use ' ../global/variables' as * ;
2+
13/* stylesheet for `_includes/navbar.html` */
24
35.navbar-light .navbar-nav .active >.nav-link ,
Original file line number Diff line number Diff line change 1+ @use ' ../global/variables' as * ;
2+
13/* stylesheet for `_layouts/page.html` */
24
35// 規約ページスタイル
Original file line number Diff line number Diff line change 1+ @use ' ../global/variables' as * ;
2+
13/* stylesheet for `_layouts/post.html` */
24
35.post {
Original file line number Diff line number Diff line change 1+ @use ' ../global/variables' as * ;
2+
13/* stylesheet for `index.md` */
24.top {
35 position : relative ;
You can’t perform that action at this time.
0 commit comments