minor improvements

This commit is contained in:
2020-09-07 15:55:49 +02:00
parent 0f1e74d798
commit 7680d44cd4
4 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<strong class="page-error-headline">Not found</strong><br>
The requested resource could not be found
<br>
({{path}})
<code>{{path}}</code>
</p>
<ui-button class="page-error-button" type="light onbg" :label="detailsText" @click="details = !details" />
<template v-if="details">
+9
View File
@@ -178,6 +178,15 @@ iframe, video
margin-top: 20px;
}
code
{
border-radius: 3px;
padding: 1px 4px;
border: 1px dashed var(--color-line-dashed);
background: var(--color-bg-shade-2);
color: var(--color-text);
}
// screenreader