style(web/homepage): Flip colours for misc/blog
This commit is contained in:
parent
75969d886d
commit
949c75e1bd
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ h1, h2, h3 {
|
|||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.blog {
|
||||
.misc {
|
||||
color: #268bd2;
|
||||
border-color: #268bd2;
|
||||
}
|
||||
|
@ -85,7 +85,7 @@ h1, h2, h3 {
|
|||
border-color: #9e95c7;
|
||||
}
|
||||
|
||||
.misc {
|
||||
.blog {
|
||||
color: #95a99f;
|
||||
border-color: #95a99f;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue