Update custom.scss
This commit is contained in:
parent
3b877cf39a
commit
61d6771409
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue