Files
django-ram/ram/portal/static/css/main.css

43 lines
489 B
CSS

/* Switch SVG logo to white on dark mode */
html[data-bs-theme='dark'] .navbar svg {
fill: #fff;
}
.card > a > img {
width: 100%;
}
.btn > span {
display: inline-block;
}
a.badge, a.badge:hover {
text-decoration: none;
color: #fff;
}
.img-thumbnail {
padding: 0;
}
#nav-notes > p {
padding: .5rem;
}
#nav-journal ul, #nav-journal ol {
margin: 0;
padding-left: 1rem;
}
#nav-journal p {
margin: 0;
}
#footer > p {
display: inline;
}
th.th-35 {
width: 35%;
}