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
1616<!-- For all browsers -->
1717< link rel ="stylesheet " href ="{{ '/assets/css/main.css' | relative_url }} " id ="theme_source ">
18+ < link rel ="stylesheet " href ="{{ '/assets/css/custom.css' | relative_url }} ">
1819{% if site.minimal_mistakes_skin2 %}
1920 < link rel ="stylesheet alternate " href ="{{ '/assets/css/theme2.css' | relative_url }} " id ="theme_source_2 ">
2021 < script >
Original file line number Diff line number Diff line change 1+ ---
2+ ---
3+
4+ // Custom styles shared across all themes
5+ .site-logo img {
6+ max-height : 4rem !important ;
7+ }
Original file line number Diff line number Diff line change @@ -7,8 +7,3 @@ search: false
77
88@import " minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}" ; // skin
99@import " minimal-mistakes" ; // main partials
10-
11- // Custom styles
12- .site-logo img {
13- max-height : 4rem !important ;
14- }
You can’t perform that action at this time.
0 commit comments