Skip to content

Commit cc25952

Browse files
committed
Cleanup
1 parent 5818e98 commit cc25952

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

src/assets/sass/modules/_misc.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@use "../setup";
22

3-
/* Miscellenaeous
3+
/* Miscellaneous
44
========================================================================== */
55

66
/**

src/assets/sass/modules/_responsive.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,8 @@
312312
}
313313

314314
@include setup.dark-mode {
315-
#site-navigation {
316-
ul {
317-
background-color: var(--clr-bkgd);
318-
}
315+
#site-navigation ul {
316+
background-color: var(--clr-bkgd);
319317
}
320318
}
321319

src/assets/sass/modules/_typography.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,8 @@ pre {
302302
padding: 0;
303303
border: 0;
304304
background-color: transparent;
305-
direction: ltr;
306305
font-size: 1em; // 14px
307306
hyphens: none;
308-
text-align: left;
309307
word-wrap: normal;
310308
word-break: normal;
311309
word-spacing: normal;

0 commit comments

Comments
 (0)