mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-04-21 22:52:42 +02:00
fix blurred borders in safari
This commit is contained in:
parent
fe70e0c093
commit
1c84665b1a
@ -16,7 +16,7 @@
|
||||
|
||||
border-image-slice: 3;
|
||||
border-image-width: 3;
|
||||
border-image-repeat: space;
|
||||
border-image-repeat: stretch;
|
||||
|
||||
@if $isDark {
|
||||
@include border-image($color-white);
|
||||
@ -34,7 +34,7 @@
|
||||
|
||||
border-image-slice: 2;
|
||||
border-image-width: 2;
|
||||
border-image-repeat: space;
|
||||
border-image-repeat: stretch;
|
||||
|
||||
@if $isDark {
|
||||
@include compact-border-image($color-white);
|
||||
|
Loading…
x
Reference in New Issue
Block a user