index.styl 182 Bytes
Newer Older
1 2
.theme-default-content :not(a) > img {
    margin-top: 15px;
3 4
    border: 1px solid #cfd7df;
    border-radius: 0.5rem;
5 6 7 8
}

.theme-container .sidebar {
    background-color: #f8faff;
9
}