Skip to content

Commit cf9ed97

Browse files
committed
chore: lint
1 parent cc13446 commit cf9ed97

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
lines changed

css/main.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
/*@import url(./themes/dark.css);*/
1+
/* @import url(./themes/dark.css); */
22
@import url(./themes/light.css);
3-
43
@import url(./urls.css);
54
@import url(./reset.css);
6-
75
@import url(./style.css);
86
@import url(./icons.css);
97
@import url(./help.css);

css/style.css

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,19 @@ a:active {
172172
opacity: 0.7;
173173
}
174174

175+
.name {
176+
float: left;
177+
width: 26%;
178+
}
179+
180+
.name a {
181+
color: var(--link-color);
182+
}
183+
184+
.name a:hover {
185+
cursor: default;
186+
}
187+
175188
.selected-file,
176189
.selected-file .name > a {
177190
color: rgb(254 159 224);
@@ -199,19 +212,6 @@ a:active {
199212
text-align: center;
200213
}
201214

202-
.name {
203-
float: left;
204-
width: 26%;
205-
}
206-
207-
.name a {
208-
color: var(--link-color);
209-
}
210-
211-
.name a:hover {
212-
cursor: default;
213-
}
214-
215215
.size {
216216
float: left;
217217
width: 12%;

css/themes/dark.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,17 @@
1616
color: var(--link-color) !important;
1717
}
1818

19-
.smalltalk .page, .smalltalk header, .smalltalk .button-strip button, .smalltalk input{
19+
.smalltalk .page,
20+
.smalltalk header,
21+
.smalltalk .button-strip button,
22+
.smalltalk input {
2023
background: var(--internal-background) !important;
2124
color: var(--link-color) !important;
2225
text-shadow: none !important;
2326
}
2427

25-
.cloudcmd-user-menu, .cloudcmd-user-menu-button {
28+
.cloudcmd-user-menu,
29+
.cloudcmd-user-menu-button {
2630
background: var(--internal-background) !important;
2731
color: var(--link-color) !important;
2832
}

0 commit comments

Comments
 (0)