green bullets

main
yova 1 year ago
parent bda1258587
commit ee81bed551

@ -12,6 +12,8 @@
# #
*/ */
/* Blinkender Bestellen Button */
blink { blink {
animation: blinker 2s linear infinite; animation: blinker 2s linear infinite;
color: #1c87c9; color: #1c87c9;
@ -26,6 +28,19 @@ blink {
box-shadow: 10px 10px 15px lightgreen; box-shadow: 10px 10px 15px lightgreen;
border-radius: 20px; border-radius: 20px;
} }
/*Grüne Bullet Points*/
.prose ul > li::before {
content: "";
position: absolute;
background-color: lightgreen;
border-radius: 50%;
width: 0.375em;
height: 0.375em;
top: calc(0.875em - 0.1875em);
left: 0.25em;
}
/* /*
.button-primary:hover { .button-primary:hover {
background-color: rgb(236, 113, 18); background-color: rgb(236, 113, 18);

Loading…
Cancel
Save