提交 db033eee 编写于 作者: K Kevin Nadro

fixing colors

- its odd with the colors being off by a few values when the button
actually gets added to the container
上级 cdb9104e
......@@ -63,17 +63,16 @@ button {
.btn:hover,
button:hover {
background: rgba(0, 0, 0, .15);
border-bottom: 0px solid #505050;
}
.btn.active,
button.active {
background: rgb(38, 38, 38);
background: rgb(36, 36, 36);
}
.btn.active:hover,
button.active:hover {
background: rgba(38, 38, 38);
background: rgba(36, 36, 36);
color: rgba(187, 187, 187, .8);
}
......@@ -401,7 +400,7 @@ section {
border: none;
top: 30px;
height: 30px;
background: rgb(38, 38, 38);
background: rgb(36, 36, 36);
padding: 8px;
font-size: 12px;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册