mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-01-18 03:32:30 -08: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
Reference in a new issue