Skip to content

Commit

Permalink
Fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
akoidan committed Oct 11, 2024
1 parent 9dd251f commit f9be22e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions no-fonts.sass
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@
canvas
$c1: #cacacc
$c2: transparent

background-color: #868686
//background-image: -moz-linear-gradient(45deg, $c1 25%, $c2 25%), -moz-linear-gradient(-45deg, $c1 25%, $c2 25%), -moz-linear-gradient(45deg, $c2 75%, $c1 75%), -moz-linear-gradient(-45deg, $c2 75%, $c1 75%)
//background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, $c1), color-stop(.25, $c2)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, $c1), color-stop(.25, $c2)), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, $c2), color-stop(.75, $c1)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, $c2), color-stop(.75, $c1))
$width: 50px
Expand All @@ -177,11 +175,9 @@

//background-position: 0 0, $h_width 0, $h_width -#{$h_width}, 0px $h_width
background-image:
linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc),
linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc);
background-size: 50px 50px;
background-position: 0 0, 25px 25px;
background-image: linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc), linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc)
background-size: 50px 50px
background-position: 0 0, 25px 25px
.text
position: absolute
border: 1px dashed
Expand Down

0 comments on commit f9be22e

Please sign in to comment.