0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 20:33:51 +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;
/*TABLES WITHIN NOTES*/
.page .note table tbody tr:nth-child(odd) {
.note table tbody tr:nth-child(odd) {
background:#fff;
}
/*DROP CAP CHANGES*/
.page h1 + p::first-letter {
h1 + p::first-letter {
background-image: unset;
color:black;
}