feat: html tweaks

This commit is contained in:
eneller
2025-03-19 18:57:29 +01:00
parent 09561d1bfd
commit 9469018fc6
3 changed files with 35 additions and 10 deletions

View File

@@ -13,6 +13,19 @@ h1,h2,h3{
}
/* custom styles here */
:root{
--white:#faf0e673;
}
body{
background-color: var(--white)
}
header{
text-align: center;
justify-content: center;
}
.searchbar{
width: fit-content;
}
tr:nth-child(even){
background-color: #EEEEEE;
}
@@ -20,11 +33,22 @@ tr:hover{
background-color: #DDDDDD;
transition: all 2ms;
}
.table-icon{
.inline-icon{
vertical-align: middle;
height: 1em;
}
.header-icon{
vertical-align: middle;
height: 1em;
padding: .5em;
}
a:hover, a:any-link{
text-decoration: none;
color: inherit;
}
.table-link{
display: block;
width: 100%;
height: 100%;
padding: 3px;
}