提交 851092b3 编写于 作者: M Miguel Solorio

Update opacity to meet color contrast ratio, fixes #52479

上级 c060253d
......@@ -45,7 +45,7 @@
.settings-editor > .settings-header > .settings-preview-header > .settings-preview-warning {
text-align: right;
text-transform: uppercase;
background: rgba(136, 136, 136, 0.3);
background: rgba(136, 136, 136, 0.2);
border-radius: 2px;
font-size: 0.8em;
padding: 0 3px;
......@@ -190,11 +190,11 @@
}
.settings-editor > .settings-body > .settings-tree-container .setting-item .setting-item-category {
opacity: 0.7;
opacity: 0.9;
}
.settings-editor > .settings-body > .settings-tree-container .setting-item .setting-item-description {
opacity: 0.7;
opacity: 0.9;
margin-top: 3px;
overflow: hidden;
white-space: pre;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册