Update index_template.html

Change the color of the table frame
This commit is contained in:
Waldek 2020-01-20 06:56:27 +01:00 committed by GitHub
parent 581a50fba4
commit f8851f2701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,7 @@ a:active {
/* Change the background color of the dropdown button when the dropdown content is shown */ /* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;} .dropdown:hover .dropbtn {background-color: #3e8e41;}
table, td, th {border: .5px solid #e0e0e0e0; padding: 2px; border-collapse: collapse; text-align:center;} table, td, th {border: .5px solid #d0d0d0; padding: 2px; border-collapse: collapse; text-align:center;}
</style> </style>
</head> </head>
<body style="background-color: #EEEEEE;font: 10pt arial, sans-serif;"> <body style="background-color: #EEEEEE;font: 10pt arial, sans-serif;">