Removing weird border in cowebsites and cowebsite button
This commit is contained in:
parent
78e816c6fb
commit
06dca9813c
3 changed files with 32 additions and 3 deletions
|
@ -149,7 +149,7 @@
|
|||
.highlighted-cowebsite {
|
||||
height: 100% !important;
|
||||
width: 96%;
|
||||
background-color: rgba(#000000, 0.6);
|
||||
/*background-color: rgba(#000000, 0.6);*/
|
||||
margin: 0 !important;
|
||||
|
||||
.actions {
|
||||
|
@ -164,6 +164,10 @@
|
|||
pointer-events: all;
|
||||
}
|
||||
}
|
||||
|
||||
&.nes-container.is-rounded {
|
||||
border-image-outset: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue