Update custom.scss

pull/4/head
rottenstonks 2 years ago committed by GitHub
parent 3b877cf39a
commit 61d6771409
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,7 @@ p.table-title {
overflow: hidden;
border-spacing: 0;
@media (min-width: $breakpoint-alpha) {
background: #f0f0f0;
background-color: var(--block-bg-color);
color: #45494f;
tr.row3 {
background-color: #f6f6f6;
@ -231,7 +231,7 @@ img#veracrypt {
}
p.address {
background-color: #f0f0f0;
background-color: var(--block-bg-color);
color: #45494f;
font-weight: bold;
word-wrap: break-word;

Loading…
Cancel
Save