<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Light grey background */
body {
	background-color: #FAFAFA;
}

/* telomere */
.telomere-border {
    border-color: #FFFFFF !important;
}
.telomere-border.unread {
	border-color: #FFFFFF !important;
}

/* Disable shadow */
.page {
	box-shadow: none;
}

/* Show navbar only on hover */
.navbar{
	opacity: 0;
 	transition: opacity 0.5s;
}
.page-menu {
	opacity: 0.2; /* Set this to 0 if you want a complete 無 */
 	transition: opacity 0.5s;
}
.navbar:hover, .page-menu:hover {
	opacity: 1;
}

/* Add frame to image so that white image is distinguishable from white background */
.image {
	border: 1px solid #eee;
 	border-radius: 3px;
}
.grid li.page-list-item a .pin { background-color: transparent; background-image: none }
.grid li.page-list-item a .pin::after {
  content: '\f08d'; font-family: 'FontAwesome'; font-size: 15px; color: #BDBDBD; bottom: 0 }</pre></body></html>