Marthee commited on
Commit
1da9ef5
·
verified ·
1 Parent(s): 0169863

Update static/popups.css

Browse files
Files changed (1) hide show
  1. static/popups.css +20 -0
static/popups.css CHANGED
@@ -407,3 +407,23 @@ overflow-y:auto
407
  color:black;
408
  cursor: pointer;
409
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
407
  color:black;
408
  cursor: pointer;
409
  }
410
+
411
+
412
+ /* Custom style for all <ul> elements with class="custom-ul" */
413
+ .custom-ul {
414
+ padding-left: 20px; /* Indent from the left */
415
+ margin-bottom: 10px;
416
+ }
417
+
418
+ .custom-ul li {
419
+ margin: 6px 0; /* Spacing between list items */
420
+ line-height: 1.5;
421
+ font-size: 15px;
422
+ color: #333; /* Dark gray text */
423
+ }
424
+
425
+ /* Optional: add a subtle bullet style */
426
+ .custom-ul li::marker {
427
+ color: #555; /* Bullet color */
428
+ font-size: 14px;
429
+ }