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

Commit 9ee14dd

Browse files
authored
Merge pull request #1314 from kevinschaich/patch-1
Tab Headers Legibility Improvements
2 parents da8b1c7 + 56e5a39 commit 9ee14dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/views/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,18 +127,18 @@
127127
flex-grow: 1;
128128
display: flex;
129129
text-align: center;
130-
border: 1px solid #191C22;
130+
border: 1px solid #FFFFFF20;
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] {
139139
opacity: 1;
140140

141-
background-color: rgba(255, 255, 255, 0.1);
141+
background-color: #FFFFFF10;
142142
}
143143

144144
.tab-header:hover {

0 commit comments

Comments
 (0)