Add a glow to borders
This commit is contained in:
parent
fc86e32d41
commit
5eae864149
1 changed files with 4 additions and 1 deletions
|
@ -34,6 +34,9 @@
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
background: rgba(0, 0, 0, .66);
|
background: rgba(0, 0, 0, .66);
|
||||||
|
-webkit-box-shadow: 0 0 20px #f5a97f;
|
||||||
|
-moz-box-shadow: 0 0 20px #f5a97f;
|
||||||
|
box-shadow: 0 0 20px #f5a97f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.small-quote {
|
.small-quote {
|
||||||
|
|
Loading…
Reference in a new issue