forked from Ailur/burgernotes-server
Merge branch 'main' of hectabit.org:HectaBit/Burgernotes
This commit is contained in:
commit
20626136f0
|
@ -170,7 +170,7 @@ body {
|
|||
filter: invert(var(--invertdm));
|
||||
padding-left: 17.5px;
|
||||
padding-right: 17.5px;
|
||||
background-image: url("../static/svg/delete.svg");
|
||||
background-image: url("../../static/svg/delete.svg");
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 55%;
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<a href="https://notes.old.hectabit.org" style="right: 0px;position: fixed;background-color: white;color: white;padding: 20px;">Click here</a>
|
||||
<div class="mainDiv">
|
||||
<div class="startDiv">
|
||||
<h1 class="w300">Burgernotes</h1>
|
||||
|
|
Loading…
Reference in New Issue