From 9dba31f5c021a5d1dcba470ae41dbf12f611fea7 Mon Sep 17 00:00:00 2001 From: Nicholas Jitkoff Date: Wed, 29 Jun 2022 08:31:30 -0700 Subject: [PATCH] conic gradient for texture --- docs/history.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/history.css b/docs/history.css index 46b815b..a7395cf 100644 --- a/docs/history.css +++ b/docs/history.css @@ -6,13 +6,7 @@ body { background-color: #f1f1f1; margin: 4vw; - background-image: -linear-gradient(45deg,rgba(128,128,128,.5) 25%,transparent 25%), -linear-gradient(-45deg,rgba(128,128,128,.5) 25%,transparent 25%), -linear-gradient(45deg,transparent 75%,rgba(128,128,128,.5) 75%), -linear-gradient(-45deg,transparent 75%,rgba(128,128,128,.5) 75%); - background-size: 4px 4px; - background-position: 0 0,0 2px,2px -2px,-2px 0; + background: repeating-conic-gradient(rgba(128,128,128,.5) 0% 25%, transparent 0% 50%) 50% / 4px 4px; display: flex; flex-direction: column }