mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 11:20:57 -06:00
Merge pull request #239 from tms/avatar-should-be-glowier
Make avatar glow more...glowier
This commit is contained in:
commit
7081b958b9
@ -137,7 +137,7 @@
|
||||
}
|
||||
.avatar {
|
||||
&.latest {
|
||||
@include box-shadow(0 0 5px lighten($link_color, 10%));
|
||||
@include box-shadow(0 0 6px 1px desaturate(lighten($link_color, 18%), 35%));
|
||||
}
|
||||
}
|
||||
.num {
|
||||
|
@ -668,7 +668,7 @@
|
||||
margin-right: 4px;
|
||||
}
|
||||
.poster.toggled .avatar {
|
||||
@include box-shadow(0 0 5px lighten($link_color, 10%));
|
||||
@include box-shadow(0 0 6px 1px desaturate(lighten($link_color, 18%), 35%));
|
||||
}
|
||||
.summary {
|
||||
border-bottom: 1px solid #d1d1d2;
|
||||
|
Loading…
Reference in New Issue
Block a user