Skip to content
Snippets Groups Projects
Commit 4b51b98c authored by Jan Dillenberger's avatar Jan Dillenberger
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
Showing
with 916 additions and 0 deletions
[submodule "themes/docport"]
path = themes/docport
url = https://github.com/vjeantet/hugo-theme-docport
[submodule "content"]
path = content
url = git@gitlab.uni-koblenz.de:SPITZE/passt-creation-guide.git
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---
title = "DocPort Documentation"
theme = "hugo-theme-docport"
baseURL = "https://example.com"
languageCode = "en-us"
DefaultContentLanguage = "en"
pygmentsCodeFences = true
pygmentsStyle = "monokai"
defaultContentLanguageInSubdir= false
enableMissingTranslationPlaceholders = false
# googleanalytics = "UA-123-45"
disableKinds = ["taxonomy", "taxonomyTerm", "category", "RSS"]
# Keep this as is
[outputs]
home = [ "HTML", "RSS", "JSON"]
# Site params
[params]
ordersectionsby = "weight" # ordersectionsby = "title"
#color_main = "#737373"
#color_second = "#b30000"
disableSearch = false # default is false
disableNavChevron = false # set true to hide next/prev chevron, default is false
menushortcutsnewtab = false # set true to open shortcuts links to a new tab/window
#editURL = "https://github.com/vjeantet/hugo-theme-docport/edit/master/exampleSite/content/"
enableGitInfo = true
[mediaTypes]
[mediaTypes."application/netlifyconfig"]
suffixes = ["yml"]
[outputFormats]
[outputFormats.netlifyyaml]
mediaType = "application/netlifyconfig"
isPlainText = true
isHTML = false
notAlternative = true
[markup.goldmark.renderer]
unsafe = true
# Code highlight configuration
[markup.highlight]
codeFences = true
guessSyntax = true
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 2
#
# top menu shotcuts
#
[[menu.shortcuts]]
name = "Github"
identifier = "ds"
url = "https://github.com/vjeantet/hugo-theme-docport"
weight = 10
[[menu.shortcuts]]
name = "Download"
url = "https://github.com/vjeantet/hugo-theme-docport/archive/master.zip"
weight = 11
[[menu.shortcuts]]
name = "Hugo Documentation"
identifier = "hugodoc"
url = "https://gohugo.io/"
weight = 20
[[menu.shortcuts]]
name = "Credits"
url = "/docport-theme/credits/"
weight = 30
\ No newline at end of file
baseURL = "https://example.com"
languageCode = "en-us"
DefaultContentLanguage = "en"
title = "SPITZE Documentation"
theme = "docport"
pygmentsCodeFences = true
pygmentsStyle = "monokai"
defaultContentLanguageInSubdir= false
enableMissingTranslationPlaceholders = false
# [Languages]
# [Languages.en]
# title = "Documentation for Hugo docport"
# weight = 1
# languageName = "English"
#
# [Languages.fr]
# title = "Documentation du thème docport"
# weight = 2
# languageName = "Français"
disableKinds = ["taxonomy", "taxonomyTerm", "category", "RSS"]
[params]
ordersectionsby = "weight" # ordersectionsby = "title"
color_main = "#737373"
#color_second = "#b30000"
disableSearch = false # default is false
disableNavChevron = false # set true to hide next/prev chevron, default is false
menushortcutsnewtab = false # set true to open shortcuts links to a new tab/window
#editURL = "https://github.com/vjeantet/hugo-theme-docport/edit/master/exampleSite/content/"
#editWithNetlifyCMSURL = "admin/#/collections/pages/entries/"
#enableGitInfo = true
[mediaTypes]
[mediaTypes."application/netlifyconfig"]
suffixes = ["yml"]
[outputFormats]
[outputFormats.netlifyyaml]
mediaType = "application/netlifyconfig"
isPlainText = true
isHTML = false
notAlternative = true
[outputs]
home = [ "HTML", "RSS", "JSON"]
[markup.goldmark.renderer]
unsafe = true
# Code highlight configuration
[markup.highlight]
codeFences = true
guessSyntax = true
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 2
#
# top menu shotcuts
#
[[menu.shortcuts]]
name = "GitLab"
identifier = "ds"
url = "https://gitlab.uni-koblenz.de/SPITZE"
weight = 10
Subproject commit c70243eec6bda11603dcc0c6e5b78df2ca72d5b3
{{ $url := .Get 0 }}
{{ range getJSON $url }}
<div>
<img src="{{.avatar_url}}" class="inline" width="32" height="32" style="height: 32px;height: 32px;vertical-align:middle; ">
<span>
<a href="{{.html_url}}">@{{.login}}</a>
<label >{{.contributions}} commits</label>
</span>
</div>
{{ end }}
body article section.page div.content div.checklist-header .form-control-file {
position: relative;
width: 100%;
height: 100%;
min-height: 6em;
outline: none;
visibility: hidden;
cursor: pointer;
background-color: #c61c23;
box-shadow: 0 0 5px solid currentColor; }
body article section.page div.content div.checklist-header .form-control-file:before {
content: attr(data-title);
position: absolute;
top: 0.5em;
left: 0;
width: 100%;
min-height: 4em;
line-height: 0.5em;
padding-top: 1.5em;
opacity: 1;
visibility: visible;
text-align: center;
border: 0.25em dashed currentColor;
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
overflow: hidden; }
body article section.page div.content div.checklist-header .form-control-file:hover:before {
border-style: solid;
box-shadow: inset 0px 0px 0px 0.25em currentColor; }
body article section.page div.content h2 a {
margin-left: 0.2em;
text-decoration: none; }
body article section.page div.content div.checklist-footer {
margin-top: 2em;
margin-bottom: 2em;
text-align: center; }
body #TableOfContents > ul li input {
margin-right: 0.3em;
display: none; }
body #TableOfContents > ul li i {
margin-right: 0.3em;
color: #e6e6e6; }
body #TableOfContents > ul li i.fa-check-circle {
color: green; }
body #TableOfContents > ul li i.fa-dot-circle {
color: #999999; }
body #TableOfContents > ul li:not(.cl-ready):not(.cl-done):not(.cl-doing) input {
visibility: hidden; }
body #TableOfContents > ul li.cl-ready input, body #TableOfContents > ul li.cl-doing input, body #TableOfContents > ul li.cl-done input {
visibility: visible; }
{"Target":"css/checklist.main.css","MediaType":"text/css","Data":{}}
\ No newline at end of file
* {
box-sizing: border-box; }
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
border: 0;
vertical-align: baseline; }
body {
margin: 0px 0px;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
min-height: 100vh;
text-rendering: optimizeLegibility; }
body header {
flex-shrink: 0;
min-height: 45px;
max-height: 45px;
padding: 8px 0;
position: fixed;
width: 100%;
z-index: 9999;
-webkit-transform: translateZ(0);
transform: translateZ(0); }
body header > * {
max-width: 1400px;
width: 100%;
padding: 0 20px;
margin: 0 auto; }
body header div.burger {
display: none; }
body article {
-webkit-box-flex: 1;
flex-grow: 1;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
min-height: calc(100vh - 45px);
left: 0;
min-height: 100%;
padding-top: 100px;
position: relative;
z-index: 99;
-webkit-box-flex: 1;
flex-grow: 1;
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row nowrap;
padding-top: 45px;
margin: 0 auto;
width: 100%;
max-width: 1400px; }
body article > * {
margin: 0 24px; }
body article aside {
transition: max-height .2s ease-out;
-webkit-box-flex: 0;
flex: 0 0 20em;
margin-left: 0;
-webkit-box-flex: 0;
flex: 0 0 20em;
height: calc(100vh - 45px);
position: -webkit-sticky;
position: sticky;
overflow-y: auto;
top: 45px; }
body article section.page {
-webkit-box-flex: 1;
flex: 1 auto;
max-width: 100%;
min-width: 0; }
body article section.page .jump-to-section {
display: none;
margin-top: 0.5em;
margin-left: 0.2em; }
body article section.page .jump-to-section ul {
padding-left: 10px; }
body article section.page .jump-to-section nav {
display: none;
position: absolute;
z-index: 5;
border: 1px solid;
padding: 1em 30px;
border-radius: 3px;
min-width: 25%;
max-width: 50%;
box-shadow: 0 5px 8px rgba(0, 0, 0, 0.25); }
body article section.right-menu {
margin-right: 0;
align-self: flex-start;
display: block;
-webkit-box-flex: 0;
flex: 0 0 240px;
max-height: calc(100vh - 45px);
overflow-y: auto;
position: -webkit-sticky;
position: sticky;
top: 45px;
margin-bottom: 40px; }
body footer > * {
max-width: 1400px;
width: 100%;
padding: 0 20px;
margin: 0 auto; }
/* hideheader hidenav hidebreadcrumb hidetoc hidefooter */
body.hideheader article {
padding-top: 0px; }
body.hideheader article aside {
top: 0px;
height: calc(100vh); }
body.hideheader article section.right-menu {
top: 0px;
max-height: calc(100vh); }
@media (max-width: 1160px) {
body header div.burger {
display: none; }
body article {
padding-left: 0px;
padding-right: 0px; }
body article aside {
margin-right: 0px; }
body article aside.responsive {
display: block; }
body article section.page .jump-to-section {
display: block; }
body article section.right-menu {
display: none; } }
@media (max-width: 936px) {
body header div.burger {
display: block; }
body article {
padding-left: 0px;
padding-right: 0px; }
body article aside {
display: none;
flex: 0 0 100%; }
body article aside.responsive {
display: block; }
body article section.page .jump-to-section {
display: block; }
body article section.right-menu {
display: none; } }
{"Target":"sass/layout.css","MediaType":"text/css","Data":{}}
\ No newline at end of file
@charset "UTF-8";
body {
font-family: "Montserrat",sans-serif;
font-weight: 400;
line-height: 1.5;
color: black; }
body a {
color: black;
text-decoration: none;
background-color: transparent; }
body a:hover {
color: initial;
text-decoration: none; }
body header {
background-color: #333333;
border-bottom: 2px solid gray;
box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1), 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
justify-content: space-between;
align-items: stretch;
color: #e6e6e6; }
body header a, body header a:hover {
color: #cccccc; }
body header > div {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: stretch;
white-space: nowrap; }
body header > div img {
height: 32px;
margin-right: 0.5rem; }
body header > div .burger {
margin-right: 1rem; }
body header nav.shortcuts {
margin-left: auto;
position: relative;
display: flex;
justify-content: flex-start;
list-style-type: none;
flex-direction: row;
flex-wrap: nowrap; }
body header nav.shortcuts li {
margin: 0px; }
body header nav.shortcuts li .fa {
margin-right: 0.5rem; }
body header nav.shortcuts li a {
color: #d6d6d6;
padding: 0 1rem;
font-weight: bold;
font-size: 90%; }
body article {
background-color: white; }
body article aside #close_menu {
display: none;
float: right;
margin-right: 2rem; }
body article aside.responsive #close_menu {
display: block; }
body article section.right-menu {
padding: 3.5rem 0 3.5rem 0;
font-size: 14px;
line-height: 20px;
padding-left: 2px; }
body article section.right-menu > div {
margin-bottom: 2em; }
body article section.right-menu > div > * {
margin-left: 5px; }
body article section.right-menu > div label {
font-weight: 700;
letter-spacing: -1px;
display: block;
margin-bottom: 14px;
border-bottom: 1px dotted #999999;
color: #333333;
font-variant: small-caps; }
body article section.right-menu > div nav > ul {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px; }
body article section.right-menu > div nav > ul ul {
padding: 0px 0px 0px 14px;
margin: 0px 0px 0px 0px;
border-left: 1px solid #e6e6e6; }
body article section.right-menu > div nav > ul ul li {
font-size: 90%; }
body article section.right-menu > div ul {
list-style-type: none; }
body article section.right-menu > div li {
padding: 8px 0px 8px 0px;
font-weight: 300;
border-bottom: 1px solid transparent; }
body article section.right-menu > div li.active {
border-bottom: 1px dashed #999999; }
body article section.right-menu > div li a {
/*padding-left: 2px;*/ }
body article section.right-menu .Actions {
font-size: 75%; }
body footer {
background-color: #333333;
color: #cccccc;
padding: 3rem; }
body footer a {
color: #cccccc; }
article section.page {
background-color: inherit; }
article section.page #ariane {
display: block;
font-size: 1rem;
line-height: 1.5;
letter-spacing: -.01em;
font-weight: 500; }
article section.page #ariane ol {
margin-top: 1em !important;
padding: 0px;
display: flex;
flex-wrap: wrap;
list-style: none; }
article section.page #ariane ol li {
display: list-item; }
article section.page #ariane ol li:after {
display: inline-block;
padding-right: .5rem;
padding-left: .5rem;
color: black;
content: "⊸"; }
article section.page #ariane ol li a {
color: black;
border-bottom: 1px dotted #737373;
padding-bottom: 4px;
padding-right: 0px; }
article section.page #ariane ol li.active:after {
display: inline-block;
padding-left: .75rem;
content: ""; }
article section.page nav.subpages {
flex-wrap: wrap;
display: flex;
margin-right: -1.5rem;
margin-left: -1.5rem;
padding-left: 1.5em;
position: -webkit-sticky;
position: sticky;
overflow-y: auto;
top: 45px;
background-color: inherit;
opacity: 0.85;
justify-content: flex-start;
list-style-type: none; }
article section.page nav.subpages li {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 0px;
padding-right: .4rem;
min-width: 50px; }
article section.page nav.subpages li a {
font-size: 90%;
color: #ad3a3a; }
article section.page nav.subpages li:not(:first-child):before {
display: inline-block;
margin-left: 0.4em;
padding-right: .4rem;
color: #965151;
content: "|"; }
article section.page nav.subpages li.active {
font-weight: bold; }
article section.page nav.subpages li:first-child:before {
content: "└ ";
color: #965151; }
article section.page div.jump-to-section {
font-size: smaller;
color: #333333; }
article section.page div.jump-to-section ul {
padding-left-left: 0px;
list-style-type: none; }
article section.page div.jump-to-section ul li a {
color: #a14545; }
article section.page div.jump-to-section nav {
background-color: white;
opacity: 0.95; }
article section.page div.chevrons {
margin-top: 3rem;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
padding: 1rem 0rem;
display: flex;
flex-direction: row;
align-items: stretch;
-webkit-box-pack: end !important;
justify-content: flex-end !important; }
article section.page div.chevrons a {
display: flex;
align-items: center !important;
-webkit-box-align: center !important;
justify-content: flex-end !important;
max-width: 70%;
padding: 24px; }
article section.page div.chevrons a.prev {
display: none; }
article section.page div.chevrons a.next div {
text-align: right;
justify-content: flex-end;
padding: 20px; }
article section.page div.chevrons a label {
font-size: 24px;
font-weight: 700;
cursor: pointer; }
article section.page div.chevrons a p {
font-size: 15px;
padding: 0px;
margin: 0px;
text-align: left; }
article section.page {
line-height: 24px; }
article section.page h1:first-of-type {
font-size: 2.6rem;
margin-top: 1.5rem !important;
color: #333333;
margin-bottom: 0px;
line-height: 1.05;
letter-spacing: -.05em;
font-weight: 800; }
article section.page h1:first-of-type span {
font-size: 90%;
font-weight: 500; }
article section.page h1:first-of-type span:before {
padding-left: .75rem;
padding-right: .75rem;
color: #333333;
content: "⊷"; }
article section.page div.content {
margin-top: 2.5rem; }
article section.page div.content a.anchor {
display: block;
position: relative;
top: -7rem;
visibility: hidden; }
article section.page div.content a {
color: #db0c0c;
font-weight: 500;
text-decoration: underline; }
article section.page div.content p {
margin-top: 1rem;
margin-bottom: 1rem; }
article section.page div.content h1 {
color: #4d4d4d;
font-variant-ligatures: none;
font-weight: 800;
letter-spacing: -0.75px;
line-height: 32px; }
article section.page div.content h2 {
margin-top: 0.5em;
font-weight: 700;
letter-spacing: -0.95px; }
article section.page div.content h3, article section.page div.content h4 {
margin-top: 0.5em; }
article section.page div.content table {
width: 100%;
margin-bottom: 2em;
border-collapse: collapse;
border-spacing: 0;
border: 1px solid #e6e6e6; }
article section.page div.content table th,
article section.page div.content table td {
padding: .25rem .75rem; }
article section.page div.content table th {
padding: 0.5rem;
text-transform: uppercase;
vertical-align: middle;
text-align: center;
font-weight: 800;
background: #f6f6f6;
color: black;
border-bottom: 2px solid #e5e5e5; }
article section.page div.content table td {
padding: 0.5rem;
vertical-align: middle;
border-bottom: 1px solid #e5e5e5;
border: 1px solid #e6e6e6;
color: #323232; }
article section.page div.content table td:first-child code {
background-color: transparent;
padding: 0; }
article section.page div.content img {
border: 0;
max-width: 100%;
margin: 1.5rem auto;
display: block;
text-align: center; }
article section.page div.content img.border {
border: 2px solid #e6e6e6 !important;
padding: 2px; }
article section.page div.content img.shadow {
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
article section.page div.content img.inline {
display: inline !important;
vertical-align: bottom; }
article section.page div.content img.inline {
display: inline !important;
vertical-align: bottom; }
article section.page div.content div.highlight pre {
display: block;
white-space: pre-wrap;
overflow: inherit !important; }
article section.page div.content div.highlight pre code {
color: inherit !important;
font-size: 95%;
display: block;
line-height: 1.2em;
padding: 10px;
border: 0px;
font-weight: inherit;
background-color: inherit; }
article section.page div.content > div.highlight pre code {
margin-left: -1.5rem;
margin-right: -1.5rem; }
{"Target":"css/style.main.css","MediaType":"text/css","Data":{}}
\ No newline at end of file
.autocomplete-suggestions {
background-color: #f3f3f3 !important;
height: 100vh; }
article > aside {
/*background-color: $c_light3;*/
background-color: rgba(115, 115, 115, 0.1);
background-color: #f3f3f3;
padding: 2rem 0rem 1rem 0rem; }
article > aside div.search {
position: absolute;
left: 0px;
top: 0px;
width: calc(100%); }
article > aside div.search input {
padding: 3px 25px;
width: 100%;
height: 2rem;
border: 0px;
background-color: rgba(115, 115, 115, 0.1);
border-bottom: 1px solid rgba(115, 115, 115, 0.2); }
article > aside .menu {
list-style-type: none;
line-height: 2rem;
margin-top: 2rem; }
article > aside .menu ul {
display: none; }
article > aside .menu .ddexp {
cursor: pointer; }
article > aside .menu > .dd-item {
margin-top: 24px; }
article > aside .menu > .dd-item > a {
font-weight: 700;
font-size: 16px; }
article > aside .menu > .dd-item > i {
color: #646464;
position: absolute;
left: 21px;
font-size: 1em;
font-size: 20px;
line-height: inherit; }
article > aside .menu .dd-item {
padding: 10px 0px 10px 16px;
list-style: none; }
article > aside .menu .dd-item a {
text-decoration: none; }
article > aside .menu .dd-item > a {
line-height: 20px;
font-size: 14px;
/*color: rgb(110, 119, 122);*/
/*color:$color_main;*/
color: #646464; }
article > aside .menu .dd-item > i {
color: #646464; }
article > aside .menu .dd-item ul {
padding-inline-start: 0px; }
article > aside .menu .dd-item li {
/*border-left: 1px solid #eee;*/ }
article > aside .menu .dd-item.haschildren.parent > a {
font-weight: 600; }
article > aside .menu .dd-item.parent > ul {
display: block; }
article > aside .menu .dd-item.active {
background-color: rgba(115, 115, 115, 0.1); }
article > aside .menu .dd-item.active.haschildren {
/*background-color: transparent;*/ }
article > aside .menu .dd-item.active.haschildren > a {
font-weight: 700; }
article > aside .menu .dd-item.active > a {
color: #4d4d4d; }
article > aside .menu .dd-item.active > ul {
display: block; }
article > aside .menu .dd-item.active > div {
background-color: #4d4d4d; }
article > aside .menu .dd-item.active > div * {
font-weight: bold;
border-bottom: dotted 1px red; }
article > aside .menu .dd-item.alwaysopen > ul {
display: block; }
article > aside .menu .dd-item.parent > ul {
display: block; }
article > aside section {
margin: 2rem 0rem; }
body a {
text-decoration: none; }
{"Target":"css/style.menu.css","MediaType":"text/css","Data":{}}
\ No newline at end of file
div.alert {
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem; }
div.alert a {
color: inherit !important; }
div.alert.primary {
color: white;
background-color: #007bff;
border-color: #007bff; }
div.alert.info {
color: white;
background-color: #17a2b8;
border-color: #17a2b8; }
div.alert.success {
color: white;
background-color: #28a745;
border-color: #28a745; }
div.alert.warning {
color: black;
background-color: #ffc107;
border-color: #ffc107; }
div.alert.danger {
color: white;
background-color: #dc3545;
border-color: #dc3545; }
div.alert.danger {
color: white;
background-color: #dc3545;
border-color: #dc3545; }
div.alert.secondary {
color: white;
background-color: #6c757d;
border-color: #6c757d; }
div.alert.light {
color: black;
background-color: #f8f9fa;
border-color: #f8f9fa; }
div.alert.dark {
color: white;
background-color: #343a40;
border-color: #343a40; }
{"Target":"sass/shortcodes/alert.css","MediaType":"text/css","Data":{}}
\ No newline at end of file
section.attachments a {
border-bottom: 1px dotted white; }
section.attachments a:hover {
border-bottom: 1px solid white; }
section.attachments > label {
font-weight: 600;
font-variant: small-caps; }
{"Target":"sass/shortcodes/attachments.css","MediaType":"text/css","Data":{}}
\ No newline at end of file
button.btn {
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
cursor: pointer;
color: #fff;
background-color: #007bff;
border-color: #007bff; }
button.btn a {
color: inherit !important; }
button.btn.primary {
color: white;
background-color: #007bff;
border-color: #007bff; }
button.btn.info {
color: white;
background-color: #17a2b8;
border-color: #17a2b8; }
button.btn.success {
color: white;
background-color: #28a745;
border-color: #28a745; }
button.btn.warning {
color: black;
background-color: #ffc107;
border-color: #ffc107; }
button.btn.danger {
color: white;
background-color: #dc3545;
border-color: #dc3545; }
button.btn.danger {
color: white;
background-color: #dc3545;
border-color: #dc3545; }
button.btn.secondary {
color: white;
background-color: #6c757d;
border-color: #6c757d; }
button.btn.light {
color: black;
background-color: #f8f9fa;
border-color: #f8f9fa; }
button.btn.dark {
color: white;
background-color: #343a40;
border-color: #343a40; }
{"Target":"sass/shortcodes/button.css","MediaType":"text/css","Data":{}}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment