mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-10-09 17:02:45 +02:00
21 lines
No EOL
362 B
SCSS
21 lines
No EOL
362 B
SCSS
.theme-mastodon{
|
|
#page{
|
|
background: #4d4c4e;
|
|
}
|
|
.body-wrap{
|
|
background: #201e22;
|
|
color: #fff;
|
|
a{
|
|
color: #9327ff;
|
|
}
|
|
a:hover{
|
|
color: #9327ff;
|
|
}
|
|
h1, h2, h3, h4, h5, h6{
|
|
color: #fff;
|
|
}
|
|
hr{
|
|
border-color: #fff;
|
|
}
|
|
}
|
|
} |