Perfect tools for daily use: Difference between revisions

No edit summary
No edit summary
Line 2: Line 2:
! 目标或作用
! 目标或作用
! 对应方法
! 对应方法
|-
| 调整特定页面的某个部分的字体
| Custom CSS 插件可以哪里不爽改哪里,如:
<syntaxhighlight lang="bash">
.answer p {
  font-size: 16px !important;
  color: #191b1f !important;
}
</syntaxhighlight>
|-
|-
| 命令替换,在命令中引用其他命令的结果
| 命令替换,在命令中引用其他命令的结果