Transparent border
This commit is contained in:
parent
96aa7a6f85
commit
723c31a323
@ -60,12 +60,12 @@ body{
|
|||||||
.content{
|
.content{
|
||||||
border-radius: 12px 0px 12px 0px;
|
border-radius: 12px 0px 12px 0px;
|
||||||
border-style: none outset outset none;
|
border-style: none outset outset none;
|
||||||
border-color: #191;
|
border-color: rgb(17, 153, 17, .3);
|
||||||
border-width: 3px;
|
border-width: 3px;
|
||||||
margin: 12px 4px 8px 4px;
|
margin: 12px 4px 8px 4px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
background-color: rgba(255, 255, 255, .075);
|
background-color: rgba(255, 255, 255, .06);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(7px);
|
||||||
color: #AA77FF;
|
color: #AA77FF;
|
||||||
font-weight:900;
|
font-weight:900;
|
||||||
text-shadow: 0.3px 0.3px 3px #666666;
|
text-shadow: 0.3px 0.3px 3px #666666;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user