ADD: Technologies

This commit is contained in:
webfussel 2024-05-22 08:02:36 +02:00
parent 236aa01d6e
commit 1c86f3569e
19 changed files with 131 additions and 49 deletions

View file

@ -89,7 +89,7 @@ body {
html {
scroll-behavior: smooth;
scrollbar-gutter: stable both-edges;
scrollbar-gutter: stable;
overflow-y: auto;
overflow-x: hidden;
@ -123,6 +123,11 @@ a {
transition: var(--transition-time);
}
ul {
list-style: none;
display: flex;
}
span.highlight {
color: var(--color-orange);
}