Skip to content

Commit bbd17eb

Browse files
committed
lint fix
1 parent 86d7e35 commit bbd17eb

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

style/base.css

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
top: 20%;
5050
left: 30%;
5151
width: 40%;
52-
background: rgb(255, 255, 255);
52+
background: #fff;
5353
border: 1px solid #414040;
5454
padding: 1em;
5555
z-index: 9999;
56-
box-shadow: 0 0 10px rgba(0,0,0,0.2);
56+
box-shadow: 0 0 10px #0003;
5757
border-radius: 8px;
5858
font-family: sans-serif;
5959
}
@@ -97,11 +97,9 @@
9797
cursor: pointer;
9898
font-size: 14px;
9999
color: #333;
100-
transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
101100
}
102101

103-
.back-btn:hover,
104-
.close-btn:hover {
102+
.back-btn:hover {
105103
background-color: #e6e6e6;
106104
color: #111;
107105
border-color: #666;
@@ -125,7 +123,7 @@
125123
}
126124

127125
.file::after {
128-
content: " —— File";
126+
content: ' —— File';
129127
font-weight: normal;
130128
color: #867f7fda;
131129
}
@@ -137,7 +135,7 @@
137135
}
138136

139137
.directory::after {
140-
content: " —— Directory";
138+
content: ' —— Directory';
141139
font-weight: normal;
142140
color: #867f7fda;
143141
}

0 commit comments

Comments
 (0)