tabelle style.css per dark e light mode
This commit is contained in:
@@ -18,6 +18,10 @@ img {
|
||||
margin: auto ;
|
||||
display: block ;
|
||||
}
|
||||
table tr td{
|
||||
text-align:center;
|
||||
border-top: 1px black solid;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
@@ -33,6 +37,10 @@ img {
|
||||
h2 {
|
||||
color: tomato ;
|
||||
}
|
||||
table tr td{
|
||||
text-align:center;
|
||||
border-top: 1px white solid;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
@@ -41,10 +49,6 @@ img {
|
||||
color: black ;
|
||||
}
|
||||
}
|
||||
table tr td{
|
||||
text-align:center;
|
||||
border-top: 1px white solid;
|
||||
}
|
||||
table{
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
|
Reference in New Issue
Block a user