Skip to content

Commit bf68625

Browse files
committed
style change navigation, esp. screenshots
1 parent d7e7b65 commit bf68625

2 files changed

Lines changed: 16 additions & 5 deletions

File tree

_layouts/screenshot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{%- assign snippets = site.data.snippets %}
66

7-
<nav class="navigation">
7+
<nav class="navigation bullet">
88

99
{% include navigation-screenshot.html %}
1010

_sass/jekyll-theme-leap-day.scss

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ strong {
111111
}
112112

113113
section img {
114-
object-fit:contain;
114+
object-fit: contain;
115115
}
116116

117117
// applies in layout screenshot
@@ -214,6 +214,15 @@ small {
214214
font-size: 12px;
215215
}
216216

217+
// used to modify navigation, but adding class there did not work
218+
.bullet {
219+
li {
220+
list-style-type: circle;
221+
text-align: left;
222+
margin-left: 10px;
223+
}
224+
}
225+
217226
// used to override settings contained in document to display
218227
.navigation {
219228
li {
@@ -231,7 +240,7 @@ small {
231240
text-decoration: none;
232241

233242
&:hover {
234-
color: grey;
243+
background-color: white;
235244
}
236245
}
237246

@@ -241,7 +250,7 @@ small {
241250
text-decoration: none;
242251

243252
&:hover {
244-
color: grey;
253+
background-color: white;
245254
}
246255
}
247256
}
@@ -458,7 +467,9 @@ screen and (max-height: 680px) {
458467
.tablestylegrey {
459468
border-collapse: collapse;
460469

461-
> table, td, th {
470+
>table,
471+
td,
472+
th {
462473
border: 1px solid grey;
463474
padding: 5px;
464475
}

0 commit comments

Comments
 (0)