Skip to content

Commit fd530ab

Browse files
author
Dave Conway-Jones
committedJul 5, 2019
Darken breadcrumb bar slightly
1 parent 362ea3d commit fd530ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎css/docs.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ ul.toc li.tocheader li.toctitle a {
129129
line-height: 18px;
130130
}
131131
.docs-content a {
132-
color: #aa6767;
132+
color: #aa4444;
133133
}
134134
.docs-content img {
135135
max-width: 100%;
@@ -386,7 +386,7 @@ th:first-child {
386386
}
387387
.breadcrumbs > div.grid {
388388
color: white;
389-
background: rgb(216,112,112);
389+
background: #aa4444;
390390

391391
min-height: 0;
392392
line-height: 50px;
@@ -397,7 +397,7 @@ th:first-child {
397397
color: white;
398398
opacity: 0.9;
399399
display: inline-block;
400-
height: 48px;
400+
height: 45px;
401401
box-sizing: border-box;
402402
border-bottom: 4px solid rgba(0,0,0,0);
403403
}

‎css/front.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ a.box-link {
249249
}
250250
a.box-link:hover {
251251
text-decoration: none;
252-
background: #aa6767;
252+
background: #aa5555;
253253
color: #eee;
254254
}
255255
a.box-link:not(:first-child) {

0 commit comments

Comments
 (0)
Please sign in to comment.