UI style changes

This commit is contained in:
marijo 2026-06-09 11:37:40 +00:00
parent 996acdef92
commit 32657844ea
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@
<thead> <thead>
<tr> <tr>
<th>Month</th> <th>Month</th>
<th>Entries</th> <th>Vacation</th>
<th class="num">Vacation days</th> <th class="num">Vacation days</th>
<th class="num">Feriefridage</th> <th class="num">Feriefridage</th>
<th class="num">FLEX</th> <th class="num">FLEX</th>

View file

@ -28,7 +28,7 @@ body {
top: 0; top: 0;
z-index: 50; z-index: 50;
padding: .35rem clamp(.45rem, 2vw, 1.25rem); padding: .35rem clamp(.45rem, 2vw, 1.25rem);
background: linear-gradient(180deg, rgba(55,42,34,.88), rgba(43,32,26,.74)); background: linear-gradient(180deg, rgba(72,55,43,.82), rgba(58,43,34,.68));
border-bottom: 1px solid rgba(163,138,99,.32); border-bottom: 1px solid rgba(163,138,99,.32);
box-shadow: 0 2px 16px #0008; box-shadow: 0 2px 16px #0008;
backdrop-filter: blur(12px); backdrop-filter: blur(12px);