diff --git a/styles/syntax/go.less b/styles/syntax/go.less index a88135d..0d767c3 100644 --- a/styles/syntax/go.less +++ b/styles/syntax/go.less @@ -1,5 +1,5 @@ .syntax--source.syntax--go { .syntax--storage.syntax--type.syntax--string { - color: @hue-3 + color: @hue-3; } }