mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-10-09 17:02:45 +02:00
add theme mastodon
This commit is contained in:
parent
8abe2f6aad
commit
e3d64d4e76
6 changed files with 415 additions and 24 deletions
21
templates/styles_src/tkblog_themes.scss
Normal file
21
templates/styles_src/tkblog_themes.scss
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue