Added buttons to login screen

Adjusted styling
This commit is contained in:
2024-05-01 22:33:13 +02:00
parent b5de0dbe64
commit ea6167fcbb
7 changed files with 76 additions and 10 deletions

View File

@ -1,3 +1,8 @@
@font-face {
font-family: GentiumPlus;
src: url('@/assets/fonts/Gentium_plus.ttf');
}
body {
-ms-overflow-style: none;
scrollbar-width: none;
@ -5,6 +10,19 @@ body {
background: black;
}
p, a, li {
font-family: Arial, sans-serif;
color: #FFF;
}
a {
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
font-family: GentiumPlus, serif;
}
::-webkit-scrollbar {
display: none;
}