当我尝试打印我的网页时,我无法弄清楚为什么我的按钮样式/颜色会被删除。我正在为我的一些风格使用引导程序。
.button.primary {
font-size: 15px;
font-size: 1.5rem;
line-height: 18px;
line-height: 1.8rem;
background-color: #EEB111;
color: #FFF;
font-weight: 600;
text-decoration: none;
outline: 0;
}