diff --git a/src/build/assets/styles.css b/src/build/assets/styles.css index 6eb3d35..a34c6c8 100644 --- a/src/build/assets/styles.css +++ b/src/build/assets/styles.css @@ -362,7 +362,7 @@ svg { position: absolute; right: 5%; } -#toggle_speed { font-weight: 600; } +#toggle_speed { font-weight: 500; } .video { color: var(--fg-2); display: flex; diff --git a/src/icons.rs b/src/icons.rs index d5b5a5c..369d10c 100644 --- a/src/icons.rs +++ b/src/icons.rs @@ -114,7 +114,7 @@ pub fn volume_loud(label: &str) -> String { formatdoc!(r#" {label} - + "#) } @@ -123,7 +123,7 @@ pub fn volume_medium(label: &str) -> String { formatdoc!(r#" {label} - + "#) } @@ -132,7 +132,7 @@ pub fn volume_muted(label: &str) -> String { formatdoc!(r#" {label} - + "#) } \ No newline at end of file