1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-01-01 20:45:18 +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

@@ -66,7 +66,7 @@ code {
&.highlighter-rouge {
font-size: v.$code-font-size;
padding: 3px 5px;
word-break: break-word;
overflow-wrap: break-word;
border-radius: v.$radius-sm;
background-color: var(--inline-code-bg);
}
@@ -243,7 +243,7 @@ div {
}
&:not([timeout]):hover {
background-color: rgba(128, 128, 128, 0.37);
background-color: rgb(128 128 128 / 37%);
i {
color: white;