1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2025-12-16 03:08:47 +00:00

Update blocked page with command line to unblock

This commit is contained in:
Cadence Ember
2020-06-12 04:09:28 +12:00
parent 09a747e315
commit 78a41aada9
7 changed files with 317 additions and 11 deletions

View File

@@ -424,6 +424,18 @@ body
a, a:visited
color: map-get($theme, "link-error-page")
p
white-space: pre-line
code, pre
font-size: 0.8em
padding: 3px 5px
background-color: rgba(255, 255, 255, 0.15)
border-radius: 3px
pre
white-space: pre-line
.code, .message, .explanation, .back-link
line-height: 1.2
margin: 0px
@@ -442,12 +454,18 @@ body
margin-top: 10px
font-size: 20px
color: map-get($theme, "foreground-error-explanation")
white-space: pre-line
.back
margin-top: 15vh
margin-top: 40px
font-size: 25px
.width-block
max-width: 600px
text-align: left
color: map-get($theme, "foreground-error-explanation")
margin-top: 10px
font-size: 20px
.homepage
display: flex
flex-direction: column