File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ cd-el {
150150.token .punctuation ,
151151.token .interpolation ,
152152.token .important ,
153+ .token .atrule ,
153154.token .url .token .content ,
154155.token .url-reference .token .variable {
155156 color : # a6c3d4 ;
@@ -191,7 +192,7 @@ cd-el {
191192
192193.token .operator ,
193194.token .entity ,
194- .token .atrule ,
195+ .token .atrule . token . rule ,
195196.language-css .token .function ,
196197.token .interpolation .token .punctuation {
197198 color : hsl (286deg 60% 72% / 93% );
Original file line number Diff line number Diff line change @@ -464,6 +464,7 @@ body.notransition .live-view.file-open {
464464
465465.live-view img {
466466 width : 100% ;
467+ max-height : 100% ;
467468 max-width : max-content;
468469 background : hsl (0 , 0% , 90% );
469470}
Original file line number Diff line number Diff line change 11'use strict' ;
22
33// update cache names any time any of the cached files change
4- const CACHE_NAME = 'static-cache-v314 ' ;
4+ const CACHE_NAME = 'static-cache-v315 ' ;
55
66// list of files to cache
77const FILES_TO_CACHE = [
You can’t perform that action at this time.
0 commit comments