.
This commit is contained in:
parent
8e06ca1ff1
commit
e8a2966082
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@
|
|||
align-items: stretch;
|
||||
max-width: 200px;
|
||||
margin-right: 3px;
|
||||
opacity: .6;
|
||||
background: radial-gradient(ellipse 200px 20px at top center, lighten(@background, 20%), darken(@background, 10%));
|
||||
opacity: .5;
|
||||
background: radial-gradient(ellipse 200px 25px at top center, lighten(@background, 15%), darken(@background, 10%));
|
||||
border-radius: 2px 2px 0 0;
|
||||
color: @foreground;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in a new issue