mirror of
https://github.com/System-End/highway.git
synced 2026-04-19 22:05:13 +00:00
update markdown styling
This commit is contained in:
parent
cd5126360e
commit
61504ba8d1
2 changed files with 28 additions and 16 deletions
|
|
@ -60,24 +60,32 @@
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
/* General styling for unordered lists */
|
||||
.markdown-content ul {
|
||||
list-style-type: none; /* Removes default bullet points */
|
||||
padding-left: 1.5rem; /* Adds spacing to the left */
|
||||
margin-bottom: 1rem;
|
||||
div.markdown li {
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
/* Styling for checklist items */
|
||||
.markdown-content ul li {
|
||||
position: relative;
|
||||
padding-left: 1.5rem; /* Adds space for the custom checkbox */
|
||||
|
||||
div.markdown ul {
|
||||
display: block;
|
||||
list-style-type: disc;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
/* Custom checkbox for completed items ([x]) */
|
||||
.markdown-content ul li:before {
|
||||
content: "-"; /* Checkmark symbol */
|
||||
position: absolute;
|
||||
left: 0; /* Aligns the checkmark to the left */
|
||||
|
||||
div.markdown ol {
|
||||
display: block;
|
||||
list-style-type: decimal;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
div.markdown p:last-child {
|
||||
padding-bottom: 5rem;
|
||||
}
|
||||
|
||||
.markdown-content a {
|
||||
|
|
|
|||
|
|
@ -12,6 +12,10 @@ Before submitting, please make sure of the following:
|
|||
- [ ] ANY other files that are part of your project
|
||||
- [ ] A link to a source for every item in your BOM
|
||||
|
||||
- [ ] hjkhkj
|
||||
- hjkhkjh
|
||||
- hjkhjhj
|
||||
|
||||
## Fill out the form
|
||||
|
||||
[https://forms.hackclub.com/highway](https://forms.hackclub.com/highway)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue