Skip to content

Commit 8517f93

Browse files
authored
Import
From `Autodesk/pull/177`
1 parent 14e98c1 commit 8517f93

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/assets/css/repository.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
.page-header {
2+
background-color: #275d9c;
3+
}
4+
5+
.back-link {
6+
position: absolute;
7+
text-transform: uppercase;
8+
font-size: 12px;
9+
padding: 1.2rem 1.5rem;
10+
text-decoration: none;
11+
}
12+
13+
.back-link a {
14+
text-decoration: none;
15+
}
16+
17+
.back-link a:hover {
18+
text-decoration: underline;
19+
}

0 commit comments

Comments
 (0)