Skip to content

Commit 802e701

Browse files
authored
Updated styles that used the ::shadow selector which is depreciated
1 parent 893fbb9 commit 802e701

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

styles/fountain.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ ul.outline-list > li.outline-li > ul.outline-ul {
7777
height: 100%;
7878
}
7979

80-
atom-text-editor::shadow {
81-
.fountain.scene {
80+
atom-text-editor.editor {
81+
.syntax--fountain.syntax--scene {
8282
color: @text-color-info;
8383
}
8484

85-
.fountain.character {
85+
.syntax--fountain.syntax--character {
8686
font-weight: bold;
8787
}
8888
}

0 commit comments

Comments
 (0)