Template:AemiliaCore/styles.css: Difference between revisions

From MicrasWiki
Jump to navigationJump to search
mNo edit summary
m (Razzy moved page Template:TaktwinkelCore/styles.css to Template:AemiliaCore/styles.css without leaving a redirect)
(No difference)

Revision as of 20:18, 22 December 2023

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

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


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

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