Skip to content
This repository was archived by the owner on Aug 8, 2020. It is now read-only.

Commit 7d3aa5e

Browse files
committed
Fixes in the styles towards supporting better themes
1 parent 6d6449a commit 7d3aa5e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

styles/ava.less

+7-5
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@
1717
}
1818

1919
#file-header {
20-
background-color: #EEE;
20+
background-color: @tab-bar-background-color;
2121
color: #888;
2222
padding: 7px;
2323
font-size: 12px;
2424
font-weight: bold;
25-
border-top: 1px solid #E9E9E9;
26-
border-bottom: 1px solid #E9E9E9;
25+
border-top: 1px solid @tab-bar-border-color;
26+
border-bottom: 1px solid @tab-bar-border-color;
27+
color: @text-color;
28+
opacity: 0.5;
2729
}
2830

2931
.ava-logo-container {
@@ -73,8 +75,8 @@
7375

7476
.ok { color: #6D9669; }
7577
.ko { color: #B03952; }
76-
.skipped { color: #CCC; }
77-
.todo { color: #CCC; }
78+
.skipped { color: @text-color-subtle; }
79+
.todo { color: @text-color-subtle; }
7880
}
7981

8082
.message { padding-bottom: 10px; }

0 commit comments

Comments
 (0)