Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 0f479ef

Browse files
committed
Made the banner styling a bit less ugly
1 parent 5cdb294 commit 0f479ef

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Sandbox/lib/css/tk-app.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ input[type=checkbox] {
8484
}
8585

8686
#not-ide {
87-
background: lightyellow;
87+
background: #333;
88+
color: white;
8889
box-sizing: border-box;
8990
height: 40px;
9091
line-height: 40px;
@@ -93,6 +94,10 @@ input[type=checkbox] {
9394
border-bottom: 1px solid lightgray;
9495
}
9596

97+
#not-ide a {
98+
color: lightblue;
99+
}
100+
96101
#modeSelector > * {
97102
margin: 0 10px;
98103
}

0 commit comments

Comments
 (0)