mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 19:09:02 +00:00
Refactor CSS class names for consistency and clarity
- Update selectors from IDs to classes in header, search, and zmedia styles. - Ensure consistent usage of class names across relevant files.
This commit is contained in:
@@ -48,8 +48,8 @@
|
||||
.button:active,
|
||||
.post-entry:active,
|
||||
.top-link,
|
||||
#searchResults .focus,
|
||||
#searchResults li:active {
|
||||
.searchResults .focus,
|
||||
.searchResults li:active {
|
||||
transform: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user