spejstore/static/css/custom.css

43 lines
600 B
CSS
Raw Normal View History

2017-10-08 20:39:47 +00:00
.table td.placeholder {
2023-07-11 16:34:18 +00:00
text-align: center;
color: #999;
2017-10-08 20:39:47 +00:00
}
.table td.placeholder a {
2023-07-11 16:34:18 +00:00
display: block;
text-decoration: none;
color: inherit;
font-weight: bold;
2017-10-08 20:39:47 +00:00
}
.containericon {
2023-07-11 16:34:18 +00:00
white-space: nowrap;
display: inline-block;
vertical-align: middle;
}
.containericon span {
2023-07-11 16:34:18 +00:00
padding-left: 0.5rem;
font-weight: bold;
}
2017-12-13 20:21:13 +00:00
.label-item {
2023-07-11 16:34:18 +00:00
background: #f5f5f5;
border-radius: 3px;
display: inline-block;
2017-12-13 20:21:13 +00:00
}
.label-item code {
2023-07-11 16:34:18 +00:00
margin: 0em 1em;
}
2023-08-18 13:31:53 +00:00
@media (prefers-color-scheme: dark) {
a {
color: #81d4fa !important;
}
a.navbar-brand {
color: #fff !important;
}
2017-12-13 20:21:13 +00:00
}