📅  最后修改于: 2022-03-11 14:53:13.309000             🧑  作者: Mango
代码示例3
body {
color: blue;
}
a {
color: inherit; /* blue colors for links too */
text-decoration: inherit; /* no underline */
}