treebird/static/notifications_embed.tmpl
nekobit 68528563ca Theme reworking and dark theme
FossilOrigin-Name: 3b07c47b0c552f2b9a76b8e5ba3dc0ae16477d60b018694a6cfbcca5b5c419d5
2022-07-08 08:19:42 +00:00

26 lines
559 B
Cheetah

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Notifications embed</title>
<link rel="stylesheet" type="text/css" href="/treebird.css">
{{ %s : theme_str }}
<style>
html, body
{
background-color: unset;
scrollbar-color: #808080 #eaecf0;
scrollbar-width: thin;
}
</style>
</head>
<body>
<div class="sidebar-embed-container">
{{%s:navigation_box}}
<div class="sidebar-embed-notifs">
{{%s:notifications}}
</div>
</div>
</body>
</html>