From ee81bed551a5247ecc0514d92579c7eb72f57d7f Mon Sep 17 00:00:00 2001 From: yova Date: Sat, 26 Nov 2022 18:45:19 +0100 Subject: [PATCH] green bullets --- assets/css/main.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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);