This commit is contained in:
McShelby 2024-02-29 19:46:39 +00:00
parent cdfd6759bb
commit b6843ee63c
282 changed files with 9309 additions and 7984 deletions

View file

@ -51,7 +51,7 @@
--BOX-BG-color: rgba( 8, 8, 8, 1 ); /* background color of colored boxes */
--BOX-TEXT-color: initial; /* text color of colored box content */
/* optional base colors for colored boxes as in attachments, badges, buttons and notice shortcode */
/* optional base colors for colored boxes as in badges, buttons, notice, etc. shortcode */
--BOX-BLUE-color: rgba( 48, 117, 229, 1 ); /* background color of blue boxes */
--BOX-BLUE-TEXT-color: var( --BOX-BLUE-color ); /* text color of blue boxes */
--BOX-GREEN-color: rgba( 42, 178, 24, 1 ); /* background color of green boxes */

View file

@ -667,7 +667,7 @@ p:empty {
margin-bottom: 0;
}
/* attachments shortcode */
/* resources shortcode */
div.attachments .box-content {
display: block;