body {
    background-color: black;
    color: #02d06d;
}

.uk-navbar-container {
    background-color: black !important;
}
.uk-navbar-nav > li  > a {
    color: #02d06d !important;
}

.uk-article-title {
    color: #02d06d;
}

.subtitle {
    color: #02d06d;
}

.uk-tab > * > a {
    color: #02d06d !important;
}
.uk-tab > .uk-active > a {
    border-color: #02d06d !important;
}

.uk-comment, .sfborder {
    background-image: url("1000_wege_border.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-origin: padding-box;
    background-color: black !important;
    margin: 5px;
}
.sfborder {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
}

.uk-comment-title {
    color: #02d06d;
}
.uk-subnav {
    color: #02d06d;
}
.uk-comment-body {
    background-color: black;
    margin-bottom: 50px;
}
.uk-comment-header {
    background-color: black;
    color: #02d06d !important;
}

.uk-accordion-title {
    color: #02d06d !important;
}