Skip to content

Commit a897a7a

Browse files
authored
Merge pull request #106 from codeitcodes/dev
Dev
2 parents 651fd33 + 814ab08 commit a897a7a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

dark-theme.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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%);

full.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
77
const FILES_TO_CACHE = [

0 commit comments

Comments
 (0)