Skip to content

Commit 93a4df5

Browse files
committed
Editor gutter gradient
1 parent 3a589ef commit 93a4df5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/components/AceEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default {
9292

9393
<style>
9494
.ace_gutter {
95-
background-color: #0c1220 !important;
95+
@apply !bg-gradient-to-b to-30% !from-gray-900 !to-[#0c1220];
9696
}
9797
9898
.ace_marker-layer .ace_selection {

assets/components/HomePageMocks/MockEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<li class="flex-1 border-b border-solid border-gray-600"></li>
8484
</ul>
8585
<div class="h-full flex flex-1 bg-gray-900">
86-
<div class="h-full w-5 flex flex-col text-[10px] text-[#8F908A] bg-[#0c1220]">
86+
<div class="h-full w-5 flex flex-col text-[10px] text-[#8F908A] bg-gradient-to-b to-30% from-gray-900 to-[#0c1220]">
8787
<span class="leading-relaxed">1</span>
8888
<span class="leading-relaxed">2</span>
8989
<span class="leading-relaxed">3</span>

0 commit comments

Comments
 (0)