frontend: initial commit
Signed-off-by: Nicolas Froger <nicolas@kektus.xyz>
This commit is contained in:
commit
08d529c381
19 changed files with 5714 additions and 0 deletions
23
summer2024-frontend/src/assets/main.css
Normal file
23
summer2024-frontend/src/assets/main.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
|
||||
|
||||
body {
|
||||
background-color: #262626;
|
||||
color: white;
|
||||
font-family: 'Raleway', sans-serif;
|
||||
}
|
||||
|
||||
#kektus {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
user-select: none;
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#kektus-link,
|
||||
#kektus-link:visited,
|
||||
#kektus-link:hover {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue