1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-22 02:18:21 +02:00
This commit is contained in:
quark
2025-02-24 16:10:58 +01:00
parent 5f1b698d58
commit 587314e03c
14 changed files with 344 additions and 299 deletions

View File

@ -2,9 +2,13 @@
--accent-primary: #FF0065;
--accent-secondary: #FFCB20;
}
@font-face {
font-family: "JEMROKtrial-Regular";
src: url("/static/wrapped/fonts/1/jr-font.ttf");
}
body {
font-family: Arial, sans-serif;
background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
font-family: "JEMROKtrial-Regular", sans-serif;
background: url("/static/wrapped/img/1/bg.png");
color: white;
text-align: center;
padding: 50px;

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 732 KiB