mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 05:42:03 -04:00
darken names in quote titles
This commit is contained in:
parent
fd29fe503d
commit
abe420b322
2 changed files with 2 additions and 1 deletions
app/assets/stylesheets
|
@ -682,6 +682,7 @@ blockquote > *:last-child {
|
|||
.title {
|
||||
border-left: 5px solid darken(scale-color-diff(), 10%);
|
||||
background-color: scale-color-diff();
|
||||
color: scale-color($primary, $lightness: 30%);
|
||||
padding: 12px 12px 0 12px;
|
||||
/* blockquote is underneath this and has top margin */
|
||||
.avatar { margin-right: 7px; }
|
||||
|
|
|
@ -152,7 +152,7 @@
|
|||
width: 90%;
|
||||
margin: 0 auto;
|
||||
padding: 4px;
|
||||
|
||||
|
||||
h1, h2 {
|
||||
margin: 7px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue