#1 Added 'X' to popup cards, adjusted skills container and added heading

This commit is contained in:
2023-10-04 22:07:53 +01:00
parent 97502acbff
commit 05474689be
7 changed files with 38 additions and 18 deletions

View File

@ -32,6 +32,7 @@
h1, h2, h3 {
color: var(--red);
border: 0;
}
hr {
@ -90,6 +91,17 @@
a:active {
color: var(--red);
}
.button {
color: var(--fg);
background-color: var(--bg-2);
box-shadow: .1em .1em .1em var(--green);
transition: all 0.2s;
}
.button:hover {
box-shadow: .3em .3em .3em var(--red);
}
</style>
</head>
<body data-sveltekit-preload-data="hover">