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

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

View File

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