me / assets /styles.css
nbroad's picture
nbroad HF staff
first
3fb26c5 verified
raw
history blame contribute delete
969 Bytes
pre {
background-color: #f8f9fa;
border: 1px solid #e9ecef;
border-radius: 4px;
padding: 1rem;
margin-bottom: 1rem;
}
:root, [data-bs-theme=light] {
--bs-secondary: #169873;
--bs-secondary-rgb: 22, 152, 115;
--bs-primary: #c6f97f;
--bs-light-yellow: #faaf5c;
--bs-light-pink: #f49fbc;
--bs-light-red: #ff6060;
--bs-light-teal: #B8E1FF;
--bs-light-blue: #A9FFF7;
--bs-light-green: #94FBAB;
}
nav.navbar { --bs-btn-hover-bg: rgba(255,255,255,0.2); }
.nav-link:hover { color: rgba(255,255,0,0.6); }
.nav-link.active { font-weight: bold; }
@media (min-width: 992px) {
.rounded-tl-lg { border-top-left-radius: 1.5rem !important; }
}
.rounded-lg {
border-top-left-radius: 1rem !important;
border-top-right-radius: 1rem !important;
}
blockquote {
border-left: 5px solid #007bff;
padding-left: 15px;
margin-left: 0;
background-color: #f8f9fa;
padding: 15px;
padding-bottom: 5px;
}