diff --git a/core/themes/bartik/css/components/captions.css b/core/themes/bartik/css/components/captions.css
index 4d68e11..548ff37 100644
--- a/core/themes/bartik/css/components/captions.css
+++ b/core/themes/bartik/css/components/captions.css
@@ -1,14 +1,17 @@
-/* -------------- Captions -------------- */
+/**
+ * @file
+ * Bartik styling for Captions.
+ */
 .caption {
   margin-bottom: 1.2em;
 }
 .caption > * {
-  background: #F3F3F3;
+  background: #f3f3f3;
   padding: 0.5ex;
-  border: 1px solid #CCC;
+  border: 1px solid #ccc;
 }
 .caption > figcaption {
-  border: 1px solid #CCC;
+  border: 1px solid #ccc;
   border-top: none;
   padding-top: 0.5ex;
   font-size: small;
