Adding Syndicate Pages
This commit is contained in:
@@ -163,16 +163,43 @@
|
||||
color: var(--text-primary);
|
||||
display: block;
|
||||
font-size: 1.1rem;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.markdown-content {
|
||||
color: var(--text-primary);
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.markdown-content p {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.markdown-content ul {
|
||||
margin-bottom: 1rem;
|
||||
padding-left: 1.5rem;
|
||||
}
|
||||
|
||||
.markdown-content li {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.markdown-content h2, .markdown-content h3, .markdown-content h4 {
|
||||
margin-top: 1.5rem;
|
||||
margin-bottom: 1rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.markdown-content h2 { font-size: 1.5rem; }
|
||||
.markdown-content h3 { font-size: 1.3rem; }
|
||||
.markdown-content h4 { font-size: 1.1rem; }
|
||||
|
||||
/* Syndicate Colors */
|
||||
.lifeblood { color: #ef5350; }
|
||||
.lifeblood { color: #4caf50; }
|
||||
.phasetide { color: #2196f3; }
|
||||
.silence { color: #9e9e9e; }
|
||||
.silence { color: #9c27b0; }
|
||||
.singularity { color: #ffffff; }
|
||||
.splintergleam { color: #4caf50; }
|
||||
.sungrace { color: #ffeb3b; }
|
||||
.splintergleam { color: #f44336; }
|
||||
.sungrace { color: #ff9800; }
|
||||
|
||||
.inline-card-btn {
|
||||
background: none;
|
||||
|
||||
Reference in New Issue
Block a user