nowa-panda/plugins/pandaGadzety/assets/css/description.css

31 lines
480 B
CSS
Raw Normal View History

2025-07-07 07:51:16 +00:00
#description-tab {
width: 100%
}
#description-tab table {
width: 100%
}
#description-tab table tr {
border: 1px solid #00b4e1;
}
#description-tab table tr th {
background-color: #00b4e1;
color: white;
padding: 5px;
}
#description-tab table tr td {
padding: 5px;
}
#description-tab table tr th, #description-tab table tr td {
border: 1px solid #00b4e1;
}
#description-tab h2 {
color: #00b4e1;
font-weight: bold;
margin-top: 20px;
}