1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-19 06:06:54 +00:00

style: change css color functions to use modern notation

- `rgba()` → `rgb()`
This commit is contained in:
Cotes Chung
2025-07-27 21:39:00 +08:00
parent 648398c63c
commit 29bf95e9c7
8 changed files with 74 additions and 80 deletions

View File

@@ -41,7 +41,7 @@
border-radius: 0.5rem;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
background-color: rgba(255, 255, 255, 0.5);
background-color: rgb(255 255 255 / 50%);
color: #1b1b1eba;
position: fixed;
left: 50%;