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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user