``` css .rule { a:hover { color:#fff; } } ``` have different hightlighting then: ``` css .rule { a:hover { color:#fff; } } ```