Skip to content

Commit adb83be

Browse files
committed
Improved design of manual testing arena
1 parent 6b4ea2c commit adb83be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Box.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function copy() {
1717
</script>
1818

1919
<template>
20-
<div style="width: 100%;margin-top:12px; background: #2A2A2A">
20+
<div style="width: 100%;margin-top:12px; background: #2A2A2A;">
2121
<details>
2222
<summary style="user-select:none;cursor:pointer;height:30px;background:linear-gradient(to right, #2A2A2A, #1A1A1A);line-height:24px;font-size:24px;padding:12px;">
2323
<span style="color:#42d392">
@@ -73,7 +73,7 @@ function copy() {
7373
background: linear-gradient(to top left, #42d392, #42d392AA);
7474
}
7575
.cde {
76-
background: rgba(0,0,0,0.8);
76+
background: #1A1A1A;
7777
margin-left: 24px;
7878
margin-right: 24px;
7979
color: #fafafa;

0 commit comments

Comments
 (0)