【发布时间】:2024-01-12 15:42:01
【问题描述】:
【问题讨论】:
标签: html css tumblr tumblr-themes
【问题讨论】:
标签: html css tumblr tumblr-themes
你需要改变这个
body {
color: #000000;
background-color: #FFFFFF;
font-style: normal;
text-align: justify;
font-family: calibri;
font-size: 11px;
text-decoration: none;
line-height: 110%;
}
到这里
body {
color: #000000;
background-color: #FFCFEA;
font-style: normal;
text-align: justify;
font-family: calibri;
font-size: 11px;
text-decoration: none;
line-height: 110%;
}
在您的模板文件上。该行应该在两个标签之内,就像<style type="text/css"></style>
【讨论】: