Template:AemiliaCore/styles.css: Difference between revisions

From MicrasWiki
Jump to navigationJump to search
Razzy (talk | contribs)
mNo edit summary
Razzy (talk | contribs)
mNo edit summary
Line 15: Line 15:
     background-color: #fed0fd;
     background-color: #fed0fd;
     color: #fed0fd;
     color: #fed0fd;
}
table, th, td {
  border-color: #fed0fd;
}
}

Revision as of 18:40, 5 August 2023

ul {
    list-style: none;
    padding: 0px;
}

ul li:before
{
    content: '\1F9F9';
    margin: 0 1em;    /* any design */
}


hr { 
    border-color: #fed0fd;
    background-color: #fed0fd;
    color: #fed0fd;
}

table, th, td {
  border-color: #fed0fd;
}