Merge pull request #5353 from resynth1943/lighter-blockquotes-in-dark-mode
Lighten blockquote colour in dark mode
This commit is contained in:
commit
9ca448e8a2
1 changed files with 4 additions and 0 deletions
|
@ -274,6 +274,10 @@ $composer-shadow-color: rgba(0, 0, 0, 0.28);
|
|||
background-color: #080808;
|
||||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
color: #919191;
|
||||
}
|
||||
}
|
||||
|
||||
// diff highlight colors
|
||||
|
|
Loading…
Reference in a new issue