Skip to content

Instantly share code, notes, and snippets.

@JuniorLima
Created July 10, 2021 03:47
Show Gist options
  • Save JuniorLima/eb1c26d224990cb23a87e05a79b8a86c to your computer and use it in GitHub Desktop.
Save JuniorLima/eb1c26d224990cb23a87e05a79b8a86c to your computer and use it in GitHub Desktop.
Adicionar no CSS 3 do plugin. No CTRL SHIFT E, altura da linha 25, negrito
.screen-custom {
}
.text-custom {
position: relative;
}
.text-custom span:not(:empty) {
background-color: rgba(67, 50, 42, 0.7);
display: grid;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding: 45px 1% 0px 1%;
border-radius: 15px;
}
.alert-custom {
}
.bible-header-custom {
}
.page-count-custom {
}
.image-custom {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment