.site-footer {
    display: none;
}

.theme-dark {
    --text-accent: #2284ed;
    --text-accent-hover: #2284ed;
    --interactive-accent: #2284ed;
    --interactive-accent-hover: #2284ed;
    --link-decoration: none;
    --link-decoration-hover: none;
}

.site-body-left-column-site-logo {
    margin-bottom: 36px;
}

.site-body-left-column-site-logo img {
    height: 0px;
}

.site-body-left-column-site-logo {
    background-image: url('./R4bio_flex.svg'); /* Specify the path to your image */
    background-size: contain; /* Adjust the image to fit inside the element */
    background-position: left; /* Center the image within the element */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    height: 65px; /* Set the height of the element */
}

.site-body-left-column-site-name {
    display: none;
}

/* reading mode */
.markdown-preview-view p {
	text-align: justify;
	text-justify: inter-word;	
}

/* source view and live preview */
.markdown-source-view.mod-cm6 .cm-line {
	text-align: justify;
	text-justify: inter-word;	
}

