tweak background color of alt-views

This commit is contained in:
sawka
2023-04-04 13:36:28 -07:00
parent a46de10f42
commit 86ab25d6cd
+5 -3
View File
@@ -188,7 +188,7 @@ body::-webkit-scrollbar {
}
.alt-view {
background-color: #222;
background-color: #111;
overflow-y: auto;
.alt-title {
@@ -256,6 +256,7 @@ body::-webkit-scrollbar {
margin-top: 5px;
.mono-font(1.5rem);
font-weight: bold;
color: white;
}
input {
@@ -658,7 +659,8 @@ body::-webkit-scrollbar {
.copy-control {
width: 0;
position: relative;
display: none;
display: block;
visibility: hidden;
.inner-copy {
position: absolute;
@@ -679,7 +681,7 @@ body::-webkit-scrollbar {
}
&:hover .copy-control {
display: block !important;
visibility: visible !important;
}
}