This commit is contained in:
kurets 2023-06-04 18:55:44 +03:00
parent 5612ad5970
commit d3193fbfb0
Signed by: kurets
GPG key ID: EEB449C295BF5174
2 changed files with 6 additions and 2 deletions

View file

@ -9,7 +9,7 @@
text-align: center; text-align: center;
font-size: 18em; font-size: 18em;
max-width: 100%; max-width: 100%;
vertical-align: center;
} }
html { html {
@ -29,6 +29,8 @@
-webkit-background-clip: text; -webkit-background-clip: text;
color: transparent; color: transparent;
} }
</style> </style>
<div> <div>
<h1 id="title"><a href="/" class="rainbow-text">404</a></h1> <h1 id="title"><a href="/" class="rainbow-text">404</a></h1>

View file

@ -9,7 +9,7 @@
text-align: center; text-align: center;
font-size: 18em; font-size: 18em;
max-width: 100%; max-width: 100%;
vertical-align: center;
} }
html { html {
@ -29,6 +29,8 @@
-webkit-background-clip: text; -webkit-background-clip: text;
color: transparent; color: transparent;
} }
</style> </style>
<div> <div>
<h1 id="title"><a href="{{ "" | relURL }}" class="rainbow-text">404</a></h1> <h1 id="title"><a href="{{ "" | relURL }}" class="rainbow-text">404</a></h1>