Skip to content

Instantly share code, notes, and snippets.

@svandragt
Last active September 5, 2023 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save svandragt/9fbd9ff2421008d7df91c0d94a048558 to your computer and use it in GitHub Desktop.
Save svandragt/9fbd9ff2421008d7df91c0d94a048558 to your computer and use it in GitHub Desktop.
BookStack Elementary User Stylesheet
.tri-layout-container .tri-layout-middle {
padding-top: 0 !important;
}
.content-wrap.card {
padding: 4px 16px !important;
}
.content-wrap.card h2 {
font-size: 1.25rem !important;
}
.tri-layout-left-contents, .tri-layout-right-contents {
padding: 0 !important;
}
.entity-list-item, .icon-list-item {
padding: 4px 16px !important;
}
:root {
--font-body: -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Inter, Ubuntu, Roboto, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
}
main h1 {
margin-top: 8px !important;
font-size: 2rem !important;
}
main h2 {
font-size: 1.75rem !important;
}
main h3 {
font-size: 1.5rem !important;
}
main h4 {
font-size: 1.25rem !important;
}
aside h5 {
font-size: 1rem !important;
}
.logo {
padding: 0 12px !important;
margin: 5px -12px !important;
}
.page-content {
margin: 0 !important;
}
.featured-image-container {
min-height: 50px !important;
}
.grid-card .grid-card-content, .grid-card .grid-card-footer {
padding: 8px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment