Files
markusgraf_ch/assets/scss/_custom.scss
T

21 lines
325 B
SCSS
Raw Normal View History

// 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-29 11:15:50 +01:00
.highlight {
pre {
padding: 1em;
}
}