mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Use sass instead of pure css
This commit is contained in:
parent
08239a3fae
commit
de828bdd79
21 changed files with 1452 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import karax/[karaxdsl, vdom]
|
||||
|
||||
proc renderAbout*(): VNode =
|
||||
buildHtml(tdiv(class="about-page")):
|
||||
buildHtml(tdiv(class="overlay-panel")):
|
||||
h1: text "About"
|
||||
p:
|
||||
text "Nitter is a free and open source alternative Twitter front-end focused on privacy. "
|
||||
|
|
|
|||
Loading…
Reference in a new issue