0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 08:02:42 +00:00

duplicated .page

This commit is contained in:
Víctor Losada Hernández
2023-06-22 23:29:01 +02:00
parent 963236f961
commit 65f55dfc12

View File

@@ -9,12 +9,12 @@
background-size : cover; background-size : cover;
/*TABLES WITHIN NOTES*/ /*TABLES WITHIN NOTES*/
.page .note table tbody tr:nth-child(odd) { .note table tbody tr:nth-child(odd) {
background:#fff; background:#fff;
} }
/*DROP CAP CHANGES*/ /*DROP CAP CHANGES*/
.page h1 + p::first-letter { h1 + p::first-letter {
background-image: unset; background-image: unset;
color:black; color:black;
} }