0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 01:12:44 +00:00

additional linting pass through themes

This commit is contained in:
Víctor Losada Hernández
2025-03-24 13:09:56 +01:00
parent ea4dd5defd
commit 3672285e92
5 changed files with 44 additions and 46 deletions

View File

@@ -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; }