This commit is contained in:
thek4n 2026-03-23 15:36:35 +03:00
parent 492a9ece75
commit 0c272328f8

View File

@ -68,6 +68,12 @@
color: #ff79c6;
}
.header a {
padding: 1em;
color: #757575;
font-size: 0.95em;
}
.code-block-wrapper {
margin: 1em 0;
border: 1px solid #444;
@ -184,10 +190,11 @@
</head>
<body>
<div class="content">
<div style="margin-bottom: 20px;">
<div class="header">
<a href="{{BACK_LINK}}" class="back-link" onmouseover="this.style.color='#ffffff'" onmouseout="this.style.color='#90a4ae'">
<span></span> Back
</a>
<a href="/random">🎲 Random note</a>
</div>
{{CONTENT}}