We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3768a0 commit aca5d33Copy full SHA for aca5d33
deck/stylesheets/extra.css
@@ -3,4 +3,9 @@
3
.md-header__button.md-logo svg {
4
height: 2rem !important; /* 32px */
5
width: auto !important;
6
+}
7
+
8
+/* フッターのソーシャルアイコンを大きく */
9
+.md-social__link {
10
+ transform: scale(1.5) !important;
11
}
mkdocs.yml
@@ -13,7 +13,8 @@ theme:
13
extra:
14
social:
15
- icon: fontawesome/brands/github
16
- link: https://github.com/soda-community
+ link: https://github.com/Findy/soda.community
17
+ name: GitHub
18
19
extra_css:
20
- stylesheets/extra.css
0 commit comments