mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
32 lines
368 B
CSS
32 lines
368 B
CSS
header h2 {
|
|
font-family: 'Bebas Neue', cursive;
|
|
}
|
|
|
|
.table>tbody {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.table>tbody a {
|
|
font-weight: 700;
|
|
text-decoration: none;
|
|
}
|
|
|
|
html.dark .bg-light {
|
|
background-color: rgba(59,59,59,1) !important;
|
|
}
|
|
|
|
html.dark a {
|
|
color: #e1e1e1
|
|
}
|
|
|
|
a {
|
|
color: #212529
|
|
}
|
|
|
|
html.dark .nav-link {
|
|
color: #e1e1e1
|
|
}
|
|
|
|
.nav-link {
|
|
color: #212529
|
|
} |