0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00

minor style changes

This commit is contained in:
Víctor Losada Hernández
2025-02-12 13:02:26 +01:00
parent 9944398e4c
commit b79c5954ff

View File

@@ -97,7 +97,11 @@ body {
table {
padding : 10px;
tr:nth-child(even) { background : #DDDDDD; }
tr {
border-bottom:1px solid;
&:last-of-type { border:none; }
&:nth-child(even) { background : #DDDDDD; }
}
thead {
background : rgb(193,236,230);
@@ -109,7 +113,7 @@ body {
vertical-align : middle;
text-align : center;
border-right : 1px solid;
&:last-child { border-right : none; }
}