Fixed scss error

This commit is contained in:
Christian 2025-01-03 15:20:00 +01:00
parent 3ce8e239d7
commit 6e3034dcc9
2 changed files with 5 additions and 5 deletions

View File

@ -116,4 +116,9 @@ a, .navbar-default .navbar-nav li a, .navbar-nav > li > a {
&:hover { &:hover {
color:$nav-link-hover; color:$nav-link-hover;
} }
}
// Caption for images
img + em {
font-size: 1.25rem;
} }

View File

@ -49,8 +49,3 @@ $link-hover: #F44;
"base", "base",
"layout", "layout",
"syntax-highlighting" "syntax-highlighting"
// Caption for images
img + em {
font-size: 1.25rem;
}