Skip to content

Commit 4b2e068

Browse files
committed
Pick a blue. And stick with a hue.
1 parent 2f1dfb7 commit 4b2e068

File tree

1 file changed

+27
-21
lines changed

1 file changed

+27
-21
lines changed

src/sentry/static/sentry/less/sentry.less

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
@import url(https://github.com/%3Cspan%20class=%22pl-s%22%3E%3Cspan%20class=%22pl-pds%22%3E"%3C/span%3Etypeahead.less%3Cspan%20class=%22pl-pds%22%3E"%3C/span%3E%3C/span%3E);
99

1010
@baseFontSize: 13px;
11-
@grayDark: #404f60;
12-
@gray: #465262;
11+
@grayDark: #4a535e;
12+
@gray: #4f5760;
1313
@navbarInverseLinkBackgroundActive: #333;
1414
@orange: #fb4226;
1515
@black: #111;
1616
@white: #fff;
1717
@sentry-orange: #fb4226;
18-
@blue: #49a9e6;
18+
@blue: #56AFE8;
1919

20-
@linkColor: @blue;
20+
@linkColor: darken(@blue, 10%);
2121

22-
@linkColorHover: darken(#1783c8, 10%);
22+
@linkColorHover: darken(@blue, 25%);
2323

2424
@iconSpritePath: "../bootstrap/img/glyphicons-halflings.png";
2525
@iconWhiteSpritePath: "../bootstrap/img/glyphicons-halflings-white.png";
@@ -76,10 +76,10 @@ a {
7676
text-decoration: none;
7777
.transition(color linear .2s);
7878
cursor: pointer;
79-
}
80-
a:hover {
81-
color: @linkColorHover;
82-
text-decoration: none;
79+
&:hover {
80+
color: @linkColorHover;
81+
text-decoration: none;
82+
}
8383
}
8484

8585
p {
@@ -139,7 +139,7 @@ h3 {
139139
/* ============================= Layout ============================== */
140140

141141
header {
142-
background: #465262;
142+
background: @grayDark;
143143
color: #fff;
144144
padding: 20px 0 19px;
145145
margin: 0 0 30px;
@@ -190,6 +190,8 @@ header {
190190
list-style: none;
191191
float: left;
192192
margin-left: 30px;
193+
line-height: 1;
194+
193195
a {
194196
font-size: 15px;
195197
}
@@ -1705,8 +1707,8 @@ legend {
17051707
}
17061708

17071709
.image {
1708-
border: 1px solid #E9EBEC;
1709-
padding: 20px;
1710+
border: 1px solid #e1e4e5;
1711+
padding: 15px;
17101712
border-radius: 4px;
17111713
}
17121714

@@ -1902,7 +1904,7 @@ legend {
19021904
&:hover,
19031905
&:focus {
19041906
.transition(none);
1905-
color: #465262;
1907+
color: @grayDark;
19061908
background-color: #dee3e9;
19071909
}
19081910
}
@@ -2297,9 +2299,11 @@ table.integrations {
22972299
display: block;
22982300
margin: 0 0 20px 0;
22992301
padding: 18px 20px 12px;
2300-
border: 1px solid #E9EBEC;
2302+
border: 1px solid darken(#E9EBEC, 2.5);
2303+
box-shadow: 0 1px 2px rgba(70, 82, 98, .06);
23012304
position: relative;
2302-
border-radius: 7px;
2305+
border-radius: 5px;
2306+
overflow: hidden;
23032307

23042308
.loading {
23052309
display: none;
@@ -2321,7 +2325,7 @@ table.integrations {
23212325
white-space: nowrap;
23222326
overflow: hidden;
23232327
text-overflow: ellipsis;
2324-
color: #465262;
2328+
color: @grayDark;
23252329
font-weight: 500;
23262330

23272331
a {
@@ -2441,14 +2445,15 @@ table.integrations {
24412445
.container {
24422446
max-width: 1100px;
24432447
}
2448+
24442449
header {
24452450
background: none;
24462451
color: @gray-dark;
2447-
padding: 40px 0;
2452+
padding: 30px 0;
24482453
margin-bottom: 0;
24492454

24502455
#logo {
2451-
font-size: 32px;
2456+
font-size: 30px;
24522457
}
24532458
.user-nav {
24542459
margin-top: 8px;
@@ -2467,8 +2472,8 @@ table.integrations {
24672472
}
24682473

24692474
.content {
2470-
// border-top: 3px solid #f1f2f3;
2471-
padding-top: 15px;
2475+
border-top: 1px solid lighten(#E9EBEC, 2);
2476+
padding-top: 40px;
24722477

24732478
.sidebar {
24742479
h4 {
@@ -2554,6 +2559,7 @@ table.integrations {
25542559

25552560
pre, code {
25562561
background: lighten(#f1f2f3, 3);
2562+
border: 1px solid #e1e4e5;
25572563
}
25582564

25592565
.github {
@@ -2564,7 +2570,7 @@ table.integrations {
25642570

25652571
.nav-tabs {
25662572
li {
2567-
margin-bottom: -3px;
2573+
margin-bottom: -1px;
25682574
}
25692575
}
25702576
}

0 commit comments

Comments
 (0)