File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 color : # 333 ;
1616 }
1717 header {
18- border-bottom : 2px solid # 0066cc ;
18+ border-bottom : 2px solid # BF0130 ;
1919 padding-bottom : 20px ;
2020 margin-bottom : 30px ;
2121 }
2222 header h1 {
2323 margin : 0 ;
24- color : # 0066cc ;
24+ color : # BF0130 ;
25+ }
26+ .site-logo {
27+ display : block;
28+ max-width : 100% ;
29+ height : 130px ;
2530 }
2631 nav {
2732 margin-top : 15px ;
2833 }
2934 nav a {
3035 margin-right : 20px ;
31- color : # 0066cc ;
36+ color : # cc005f ;
3237 text-decoration : none;
3338 }
3439 nav a : hover {
3540 text-decoration : underline;
3641 }
3742 h1 , h2 , h3 , h4 , h5 , h6 {
38- color : # 0066cc ;
43+ color : # BF0130 ;
3944 margin-top : 1.5em ;
4045 }
4146 code {
5560 padding : 0 ;
5661 }
5762 a {
58- color : # 0066cc ;
63+ color : # BF0130 ;
5964 }
6065 footer {
6166 margin-top : 50px ;
7176</ head >
7277< body >
7378 < header >
74- < h1 > < a href ="{{ site.baseurl }}/ " style ="color: #0066cc; text-decoration: none; "> {{ site.title }}</ a > </ h1 >
79+ < h1 >
80+ < a href ="{{ site.baseurl }}/ " aria-label ="{{ site.title }} ">
81+ < img class ="site-logo " src ="{{ site.baseurl }}/assets/jquery-validation-logo.webp " alt ="jQuery Validation Plugin ">
82+ </ a >
83+ </ h1 >
7584 < nav >
7685 < a href ="{{ site.baseurl }}/ "> Home</ a >
7786 < a href ="{{ site.baseurl }}/documentation/ "> Documentation</ a >
You can’t perform that action at this time.
0 commit comments