Skip to content

Commit fbd844a

Browse files
committed
fix: css syntax errors
1 parent a18f9a2 commit fbd844a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ h2.gistr-settings-header + div > div > div > .setting-item-description
11581158
.pcr-app .pcr-swatches > button::before
11591159
{
11601160
background-size: 6px;
1161-
background: url('data:image/svg+xml; border-radius:.15em; content:''; height:100%; left:0; position:absolute; top:0; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
1161+
background: url('data:image/svg+xml; border-radius:.15em; content:""; height:100%; left:0; position:absolute; top:0; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
11621162
width: 100%;
11631163
z-index: -1;
11641164
}
@@ -1270,7 +1270,7 @@ h2.gistr-settings-header + div > div > div > .setting-item-description
12701270
.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-palette .pcr-palette::before
12711271
{
12721272
background-size: .5em;
1273-
background: url('data:image/svg+xml; border-radius:.15em; content:''; height:100%; left:0; position:absolute; top:0; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
1273+
background: url('data:image/svg+xml; border-radius:.15em; content:""; height:100%; left:0; position:absolute; top:0; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
12741274
width: 100%;
12751275
z-index: -1;
12761276
}
@@ -1299,7 +1299,7 @@ h2.gistr-settings-header + div > div > div > .setting-item-description
12991299
.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-preview .pcr-current-color::before
13001300
{
13011301
background-size: .5em;
1302-
background: url('data:image/svg+xml; border-radius:.15em; content:''; height:100%; left:0; position:absolute; top:0; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
1302+
background: url('data:image/svg+xml; border-radius:.15em; content:""; height:100%; left:0; position:absolute; top:0; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
13031303
width: 100%;
13041304
z-index: -1;
13051305
}
@@ -1374,7 +1374,7 @@ h2.gistr-settings-header + div > div > div > .setting-item-description
13741374
.pickr .pcr-button::before
13751375
{
13761376
background-size: .5em;
1377-
background: url('data:image/svg+xml; border-radius:.15em; content:''; height:100%; left:0; position:absolute; top:0; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
1377+
background: url('data:image/svg+xml; border-radius:.15em; content:""; height:100%; left:0; position:absolute; top:0; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
13781378
width: 100%;
13791379
z-index: -1;
13801380
}

0 commit comments

Comments
 (0)