mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-09 10:06:42 -07:00
fix theme color oops
This commit is contained in:
parent
333fb003d0
commit
f64158d577
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ impl EmbedMetadata {
|
|||
}
|
||||
|
||||
pub fn default_theme_color() -> String {
|
||||
"ffc4fc".to_string()
|
||||
"#ffc4fc".to_string()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue