1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-29 08:50:06 +02:00

Merge pull request #303 from tomma5o/develop

[#301] Fix blurred borders in safari
This commit is contained in:
Igor Guastalla
2019-02-22 13:01:41 -03:00
committed by GitHub

View File

@@ -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);