Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit 9cc083f

Browse files
authored
Tab Headers Legibility Improvements
1 parent da8b1c7 commit 9cc083f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@
127127
flex-grow: 1;
128128
display: flex;
129129
text-align: center;
130-
border: 1px solid #191C22;
130+
border: 1px solid rgba(255, 255, 255, 0.2);
131131
font-size: 0.852em;
132132
border-top: 0;
133-
border-bottom: 0;
134133
align-items: center;
135134
justify-content: center;
135+
border-radius: 0 0 5px 5px;
136136
}
137137

138138
.tab-header[data-focused=true] {

0 commit comments

Comments
 (0)