mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-19 14:14:17 +00:00
style: change css color functions to use modern notation
- `rgba()` → `rgb()`
This commit is contained in:
@@ -160,7 +160,7 @@
|
||||
cursor: not-allowed;
|
||||
|
||||
.page-link {
|
||||
color: rgba(108, 117, 125, 0.57);
|
||||
color: rgb(108 117 125 / 57%);
|
||||
}
|
||||
}
|
||||
} /* .page-item */
|
||||
|
||||
Reference in New Issue
Block a user