2025-10-27 22:04:52 +01:00
|
|
|
// Custom Component Styles
|
|
|
|
|
// Add custom styles that extend or modify Bootstrap components
|
|
|
|
|
|
|
|
|
|
// Example: Custom navbar styling
|
|
|
|
|
// .navbar-brand {
|
|
|
|
|
// font-weight: 700;
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// Example: Custom card styling
|
|
|
|
|
// .card {
|
|
|
|
|
// border-radius: 8px;
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// Add your custom styles here
|
2025-10-31 08:55:03 +01:00
|
|
|
|
|
|
|
|
.highlight {
|
|
|
|
|
pre {
|
|
|
|
|
padding: 1em;
|
|
|
|
|
}
|
2026-05-05 14:02:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Ensure images inside markdown content are responsive
|
|
|
|
|
article img, main img {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
height: auto;
|
|
|
|
|
border-radius: 4px;
|
2025-10-31 08:55:03 +01:00
|
|
|
}
|