mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-22 02:18:21 +02:00
linters
This commit is contained in:
@ -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;
|
||||
|
BIN
apps/wrapped/static/wrapped/fonts/1/JemroktrialRegular-MVe4B.ttf
Normal file
BIN
apps/wrapped/static/wrapped/fonts/1/JemroktrialRegular-MVe4B.ttf
Normal file
Binary file not shown.
BIN
apps/wrapped/static/wrapped/fonts/1/jr-font.ttf
Normal file
BIN
apps/wrapped/static/wrapped/fonts/1/jr-font.ttf
Normal file
Binary file not shown.
BIN
apps/wrapped/static/wrapped/img/1/bg.png
Normal file
BIN
apps/wrapped/static/wrapped/img/1/bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 732 KiB |
Reference in New Issue
Block a user