如何设置代码以在示例字段中查找sudo -p "Some custom prompt"
的单词并更改其中所有单词的颜色?
答案 0 :(得分:0)
您已将<div>
中的每个字段都换行,因此使用color
属性向文本添加一些style
应该相对简单。
<p>Add a <code>style</code> attribute to the
<div style="color: red;">text that you want to be red.</div>
<p><br />
<p>If one already exists, append the <code>color</code>
<div style="font-size: xx-large; color: blue;">to it.</div>
因为您正在更改卡片类型的样式,所以这应适用于此类型的所有卡片。