We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b4ea2c commit adb83beCopy full SHA for adb83be
src/Box.vue
@@ -17,7 +17,7 @@ function copy() {
17
</script>
18
19
<template>
20
- <div style="width: 100%;margin-top:12px; background: #2A2A2A">
+ <div style="width: 100%;margin-top:12px; background: #2A2A2A;">
21
<details>
22
<summary style="user-select:none;cursor:pointer;height:30px;background:linear-gradient(to right, #2A2A2A, #1A1A1A);line-height:24px;font-size:24px;padding:12px;">
23
<span style="color:#42d392">
@@ -73,7 +73,7 @@ function copy() {
73
background: linear-gradient(to top left, #42d392, #42d392AA);
74
}
75
.cde {
76
- background: rgba(0,0,0,0.8);
+ background: #1A1A1A;
77
margin-left: 24px;
78
margin-right: 24px;
79
color: #fafafa;
0 commit comments