Template:AemiliaCore/styles.css: Difference between revisions
From MicrasWiki
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
| Line 6: | Line 6: | ||
ul li:before | ul li:before | ||
{ | { | ||
content: '\ | content: '\1F338'; | ||
margin: 0 1em; /* any design */ | margin: 0 1em; /* any design */ | ||
} | } | ||
Revision as of 18:13, 29 August 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;
}