📄 app.css
/home/palash/git/site-assets/site-contents/stylesheets/app.css
Language: css • Lines: 49
.custom-theme {
    --bs-heading-color: var(--md-light) !important;
    --bs-card-title-color: var(--md-complimentary-blockquote) !important;
}

.custom-theme p {
    color: var(--md-body-text);
}

.main-app-mw {
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
}

.main-app-lora {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
}

.content-body-roboto {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.content-body-opensans {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

table td,
table th {
    padding: 0.5em 1em;
}

.note-group {
  transition: all 0.2s ease;
  cursor: pointer;
}

.note-group:hover .note-element {
  stroke: #e11d48 !important;
  fill: #e11d48 !important;
}