Skip to content

Commit cd8db63

Browse files
committed
Fix globality of some custom styles
1 parent fb0cc06 commit cd8db63

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/css/app.styl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro&display=swap');
2+
.code {
3+
font-family: 'Source Code Pro', monospace;
4+
}
5+
16
// app global css
27
.bg-vgrey {
38
background: #CECFD0;

src/pages/Index.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -847,8 +847,4 @@ export default {
847847
</script>
848848

849849
<style>
850-
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro&display=swap');
851-
.code {
852-
font-family: 'Source Code Pro', monospace;
853-
}
854850
</style>

0 commit comments

Comments
 (0)