File tree Expand file tree Collapse file tree 3 files changed +23
-15
lines changed Expand file tree Collapse file tree 3 files changed +23
-15
lines changed Original file line number Diff line number Diff line change 3
3
{% include "scala-logo.svg" %}
4
4
</ a >
5
5
< div id ="project-details ">
6
- < h1 id ="project-name "> {{ site.project }} Documentation</ h1 >
6
+ < h1 id ="project-name "> < a href =" {{ site.baseurl }}/docs/ " > {{ site. project }} Documentation</ a > </ h1 >
7
7
< h2 id ="project-version "> {{ site.version }}</ h2 >
8
8
</ div >
9
9
Original file line number Diff line number Diff line change @@ -48,21 +48,31 @@ div#toolbar > div#project-details:before {
48
48
}
49
49
50
50
div # toolbar > div # project-details > h1 # project-name {
51
- font-size : 20px ;
52
- font-weight : 300 ;
53
- margin-bottom : 3px ;
51
+ font-size : 20px ;
52
+ font-weight : 300 ;
53
+ margin-bottom : 3px ;
54
+ }
55
+
56
+ div # toolbar > div # project-details > h1 # project-name > a {
57
+ color : # fff ;
58
+ }
59
+
60
+ div # toolbar > div # project-details > h1 # project-name > a : hover ,
61
+ div # toolbar > div # project-details > h1 # project-name > a : focus {
62
+ text-decoration : none;
63
+ color : rgba (255 , 255 , 255 , 0.8 );
54
64
}
55
65
56
66
div # toolbar > div # project-details > h2 # project-version {
57
- font-size : 12px ;
58
- font-weight : 200 ;
59
- margin-left : 1px ;
67
+ font-size : 12px ;
68
+ font-weight : 200 ;
69
+ margin-left : 1px ;
60
70
}
61
71
62
72
div # toolbar > a # github-link {
63
- color : # fff ;
64
- position : absolute;
65
- top : 7px ;
66
- right : 15px ;
67
- font-size : 40px ;
73
+ color : # fff ;
74
+ position : absolute;
75
+ top : 7px ;
76
+ right : 15px ;
77
+ font-size : 40px ;
68
78
}
Original file line number Diff line number Diff line change 1
1
sidebar :
2
2
- title : Blog
3
3
url : blog/index.html
4
- - title : Docs
5
- url : docs/index.html
6
4
- title : Usage
7
5
subsection :
8
6
- title : cbt-projects
@@ -54,4 +52,4 @@ sidebar:
54
52
- title : Resources
55
53
subsection :
56
54
- title : Talks
57
- url : docs/resources/talks.html
55
+ url : docs/resources/talks.html
You can’t perform that action at this time.
0 commit comments