Update image embed border colors for the Time Machine

This commit is contained in:
Jake Mason 2023-05-28 14:14:10 -04:00
parent 03a08ad392
commit 64d98c424f
1 changed files with 3 additions and 1 deletions

View File

@ -110,7 +110,9 @@
}
.frame img {
border: 4px solid white;
border-width: 2px;
border-color: #000000 #ffffff #ffffff #000000;
border-style: solid;
}
</style>