mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-07-31 03:30:15 +02:00
fix blurred borders in safari
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user