Skip to content

Commit

Permalink
调整侧边栏文件字体
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Feb 11, 2022
1 parent 91ac3ba commit ae99530
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 10 deletions.
3 changes: 2 additions & 1 deletion drake-ayu.css
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,8 @@ footer {
}

#typora-sidebar {
font-size: 1.1rem;
font-size: inherit;
font-family: var(--title-font);
}

.sidebar-tabs {
Expand Down
3 changes: 2 additions & 1 deletion drake-black.css
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,8 @@ footer {
}

#typora-sidebar {
font-size: 1.1rem;
font-size: inherit;
font-family: var(--title-font);
}

.sidebar-tabs {
Expand Down
3 changes: 2 additions & 1 deletion drake-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,8 @@ footer {
}

#typora-sidebar {
font-size: 1.1rem;
font-size: inherit;
font-family: var(--title-font);
}

.sidebar-tabs {
Expand Down
3 changes: 2 additions & 1 deletion drake-google.css
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,8 @@ footer {
}

#typora-sidebar {
font-size: 1.1rem;
font-size: inherit;
font-family: var(--title-font);
}

.sidebar-tabs {
Expand Down
3 changes: 2 additions & 1 deletion drake-juejin.css
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,8 @@ footer {
}

#typora-sidebar {
font-size: 1.1rem;
font-size: inherit;
font-family: var(--title-font);
}

.sidebar-tabs {
Expand Down
3 changes: 2 additions & 1 deletion drake-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,8 @@ footer {
}

#typora-sidebar {
font-size: 1.1rem;
font-size: inherit;
font-family: var(--title-font);
}

.sidebar-tabs {
Expand Down
3 changes: 2 additions & 1 deletion drake-material.css
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,8 @@ footer {
}

#typora-sidebar {
font-size: 1.1rem;
font-size: inherit;
font-family: var(--title-font);
}

.sidebar-tabs {
Expand Down
3 changes: 2 additions & 1 deletion drake-purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,8 @@ footer {
}

#typora-sidebar {
font-size: 1.1rem;
font-size: inherit;
font-family: var(--title-font);
}

.sidebar-tabs {
Expand Down
3 changes: 2 additions & 1 deletion drake-vue.css
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,8 @@ footer {
}

#typora-sidebar {
font-size: 1.1rem;
font-size: inherit;
font-family: var(--title-font);
}

.sidebar-tabs {
Expand Down
3 changes: 2 additions & 1 deletion drake.css
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,8 @@ footer {
}

#typora-sidebar {
font-size: 1.1rem;
font-size: inherit;
font-family: var(--title-font);
}

.sidebar-tabs {
Expand Down

0 comments on commit ae99530

Please sign in to comment.