This commit is contained in:
2022-11-14 15:41:11 +01:00
parent 1380575845
commit a7fac21442
17 changed files with 236 additions and 63 deletions

View File

@ -3,11 +3,26 @@
@import url("/stylesheets/buttons.css");
@import url("/stylesheets/modal.css");
:root {
cursor: none;
}
html * {cursor: none !important}
body::-webkit-scrollbar {
display: none;
}
body {
color: white;
scroll-behavior: smooth;
font-family: "Roboto", serif;
font-style: normal;
cursor: none;
}
@ -118,10 +133,13 @@ body {
border-radius: 30px 10px 30px;
}
.drink .thumbnail {
grid-column: span 1;
grid-row: span 2;
}
.drink .name {
grid-column: span 1;
grid-row: span 1;