ref
This commit is contained in:
parent
492a9ece75
commit
0c272328f8
@ -68,6 +68,12 @@
|
|||||||
color: #ff79c6;
|
color: #ff79c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header a {
|
||||||
|
padding: 1em;
|
||||||
|
color: #757575;
|
||||||
|
font-size: 0.95em;
|
||||||
|
}
|
||||||
|
|
||||||
.code-block-wrapper {
|
.code-block-wrapper {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
border: 1px solid #444;
|
border: 1px solid #444;
|
||||||
@ -184,10 +190,11 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="content">
|
<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'">
|
<a href="{{BACK_LINK}}" class="back-link" onmouseover="this.style.color='#ffffff'" onmouseout="this.style.color='#90a4ae'">
|
||||||
<span>←</span> Back
|
<span>←</span> Back
|
||||||
</a>
|
</a>
|
||||||
|
<a href="/random">🎲 Random note</a>
|
||||||
</div>
|
</div>
|
||||||
{{CONTENT}}
|
{{CONTENT}}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user