mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 05:32:41 +00:00
additional linting pass through themes
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
}
|
||||
|
||||
.page {
|
||||
background-image : url("/assets/DMG_background.png");
|
||||
background-image : url('/assets/DMG_background.png');
|
||||
background-size : cover;
|
||||
|
||||
/* TABLES WITHIN NOTES */
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
&::after {
|
||||
height : 58px;
|
||||
background-image : url("/assets/DMG_footerAccent.png");
|
||||
background-image : url('/assets/DMG_footerAccent.png');
|
||||
}
|
||||
|
||||
.footnote { bottom : 40px; }
|
||||
|
||||
Reference in New Issue
Block a user