minor improvements
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user