first commit symfony 6
This commit is contained in:
@ -20,6 +20,11 @@ body {
|
||||
background-color: var(--colorbgbodydark);
|
||||
}
|
||||
|
||||
.table,
|
||||
.table-hover > tbody > tr:hover > *,
|
||||
.table-striped > tbody > tr:nth-of-type(odd) > * {
|
||||
color: var(--colorftbodylight);
|
||||
}
|
||||
|
||||
/* FONT */
|
||||
body {
|
||||
@ -28,6 +33,7 @@ body {
|
||||
|
||||
h1, h2, h3, .navbar-brand, .card-header, .modal-header h4, .widgetheader .title {
|
||||
font-family: var(--fonttitle);
|
||||
color: var(--colorfttitlelight);
|
||||
}
|
||||
|
||||
h1 { font-size: var(--fontsizeh1); }
|
||||
|
Reference in New Issue
Block a user