diff --git a/assets/css/main.css b/assets/css/main.css index 344939f..8edcdc3 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -12,6 +12,8 @@ # */ +/* Blinkender Bestellen Button */ + blink { animation: blinker 2s linear infinite; color: #1c87c9; @@ -26,6 +28,19 @@ blink { box-shadow: 10px 10px 15px lightgreen; 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 { background-color: rgb(236, 113, 18);