View source for Dark.css
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
body {
background: #111217;
color: #f0f2f5;
font-size: 0.9rem;
/*font-family: 'IBM Plex Sans', sans-serif;*/
}
.full-width {
width: 100%;
}
.p-navbar .navbar-brand img {
height: 23px;
top: -2px;
transition: background-color 0.2s ease-in 0s, opacity 0.2s ease-in 0s, color 0.2s ease-in 0s;
}
.p-navbar .navbar-brand img:hover {
opacity: 0.6;
}
000
1:0
Return to Dark.css.