internal corporate restructuring
This commit is contained in:
parent
22251c3b2b
commit
6015db1f4f
37 changed files with 1207 additions and 348 deletions
|
@ -1,11 +1,26 @@
|
|||
:root {
|
||||
--background: url("/background.png");
|
||||
--text: #cdd6f4;
|
||||
}
|
||||
* {
|
||||
font-family: Inter, sans-serif;
|
||||
}
|
||||
body {
|
||||
background-color: #56a0d1;
|
||||
background: var(--background);
|
||||
font-size: 0.95rem;
|
||||
color: var(--text);
|
||||
padding: 30px;
|
||||
font-family: sans-serif !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
a {
|
||||
color: #89b4fa;
|
||||
}
|
||||
@media (pointer: coarse) {
|
||||
body {
|
||||
overflow: scroll;
|
||||
}
|
||||
}
|
||||
|
||||
.emoji {
|
||||
font-family: "Inter", "Noto Emoji Variable";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue