Add glow to headings; format style code
All checks were successful
/ build (push) Successful in 11s

This commit is contained in:
kritzl 2025-03-03 14:53:04 +01:00
commit 9c13ef2560
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
7 changed files with 326 additions and 307 deletions

View file

@ -86,7 +86,7 @@ table {
td {
&.val {
font-family: "Departure Mono", ui-monospace, monospace;
font-family: 'Departure Mono', ui-monospace, monospace;
&.hover {
background-color: transparent;
@ -105,15 +105,15 @@ table {
}
&.highlighted {
&[data-dim="A"] {
&[data-dim='A'] {
background-color: rgb(96, 165, 249);
}
&[data-dim="B"] {
&[data-dim='B'] {
background-color: rgb(211, 129, 247);
}
&[data-dim="C"] {
&[data-dim='C'] {
background-color: rgb(255, 121, 117);
}
}
@ -157,7 +157,7 @@ table {
&.currentDimension::after {
content: '>';
/*color: var(--color-secondary);*/
font-family: "Departure Mono", ui-monospace, monospace;
font-family: 'Departure Mono', ui-monospace, monospace;
position: relative;
right: calc(-0.5rem - 0.5ch);
margin-left: -1ch;
@ -172,14 +172,14 @@ div.filterBox {
margin: 2rem 0;
padding: 1rem;
position: relative;
font-family: "Departure Mono", ui-monospace, monospace;
font-family: 'Departure Mono', ui-monospace, monospace;
display: flex;
flex-wrap: wrap;
column-gap: 4rem;
row-gap: 2rem;
width: fit-content;
&::before{
&::before {
content: 'filter';
position: absolute;
top: -0.6lh;
@ -214,7 +214,7 @@ div.filterBox {
&::before {
position: absolute;
inset: 0;
content: "x";
content: 'x';
text-align: center;
font-size: 1.2rem;
line-height: 0.7;