
@ -1,123 +1,131 @@ |
|||
<noscript> |
|||
<style> |
|||
@media (prefers-color-scheme: dark) { |
|||
:root #fader { |
|||
background: #121212; |
|||
} |
|||
|
|||
:root * { |
|||
background: #121212 !important; |
|||
color: rgba(255, 255, 255, 0.87) !important; |
|||
} |
|||
|
|||
:root a:not(.nav-link, .see-more) { |
|||
text-decoration: underline; |
|||
} |
|||
|
|||
:root .screen-reader-text:focus { |
|||
background-color: #ecc781; |
|||
} |
|||
|
|||
:root .logo { |
|||
fill: #ecc781 !important; |
|||
} |
|||
|
|||
:root a { |
|||
color: #ecc781 !important; |
|||
border-color: #ecc781; |
|||
} |
|||
|
|||
:root .inline-svg svg path { |
|||
color: #ecc781 !important; |
|||
} |
|||
|
|||
:root .acctoggle:hover, |
|||
:root .acctoggle:focus-visible, |
|||
:root .acctoggle:focus { |
|||
border: 2px solid #ecc781; |
|||
} |
|||
|
|||
:root .tablinkservice:hover { |
|||
color: #ecc781 !important; |
|||
border-left-color: #ecc781; |
|||
} |
|||
|
|||
:root .tablinkservice:focus-visible { |
|||
border-left: 0.2rem solid #ecc781 !important; |
|||
} |
|||
|
|||
:root .active { |
|||
color: #ecc781 !important; |
|||
border-left-color: #ecc781; |
|||
} |
|||
|
|||
:root .carousel-dark .carousel-indicators [data-bs-target] { |
|||
border-color: #ecc781; |
|||
} |
|||
|
|||
:root .carousel-dark .carousel-indicators [data-bs-target]:hover { |
|||
background-color: #ecc781 !important; |
|||
} |
|||
|
|||
:root .carousel-dark .carousel-indicators [data-bs-target].active { |
|||
background-color: #ecc781 !important; |
|||
} |
|||
|
|||
:root .button-filter { |
|||
color: #ecc781 !important; |
|||
} |
|||
|
|||
:root .button-filter:after { |
|||
background: #ecc781 !important; |
|||
} |
|||
|
|||
:root .carousel-control-next path { |
|||
fill: #ecc781 !important; |
|||
} |
|||
|
|||
:root .home a { |
|||
text-decoration: none !important; |
|||
} |
|||
} |
|||
|
|||
#expertise { |
|||
display: block !important; |
|||
} |
|||
|
|||
.services { |
|||
background: none !important; |
|||
} |
|||
|
|||
.allposts { |
|||
display: block !important; |
|||
} |
|||
|
|||
#posts-filter { |
|||
display: none !important; |
|||
} |
|||
|
|||
#services { |
|||
display: none !important; |
|||
} |
|||
|
|||
#theme-toggle { |
|||
display: none !important; |
|||
} |
|||
|
|||
.work { |
|||
display: block !important; |
|||
} |
|||
|
|||
#work-filter { |
|||
display: none !important; |
|||
} |
|||
|
|||
#testimonials { |
|||
display: none !important; |
|||
} |
|||
|
|||
#testimonials-nojs { |
|||
display: block !important; |
|||
} |
|||
</style> |
|||
</noscript> |
|||
<style> |
|||
@media (prefers-color-scheme: dark) { |
|||
:root #fader { |
|||
background: #121212; |
|||
} |
|||
|
|||
:root * { |
|||
background: #121212 !important; |
|||
color: rgba(255, 255, 255, 0.87) !important; |
|||
} |
|||
|
|||
:root a:not(.nav-link, .see-more) { |
|||
text-decoration: underline; |
|||
} |
|||
|
|||
:root .screen-reader-text:focus { |
|||
background-color: #ecc781; |
|||
} |
|||
|
|||
:root .logo { |
|||
fill: #ecc781 !important; |
|||
} |
|||
|
|||
:root a { |
|||
color: #ecc781 !important; |
|||
border-color: #ecc781; |
|||
} |
|||
|
|||
:root .inline-svg svg path { |
|||
color: #ecc781 !important; |
|||
} |
|||
|
|||
:root .acctoggle:hover, |
|||
:root .acctoggle:focus-visible, |
|||
:root .acctoggle:focus { |
|||
border: 2px solid #ecc781; |
|||
} |
|||
|
|||
:root .tablinkservice:hover { |
|||
color: #ecc781 !important; |
|||
border-left-color: #ecc781; |
|||
} |
|||
|
|||
:root .tablinkservice:focus-visible { |
|||
border-left: 0.2rem solid #ecc781 !important; |
|||
} |
|||
|
|||
:root .active { |
|||
color: #ecc781 !important; |
|||
border-left-color: #ecc781; |
|||
} |
|||
|
|||
:root .carousel-dark .carousel-indicators [data-bs-target] { |
|||
border-color: #ecc781; |
|||
} |
|||
|
|||
:root .carousel-dark .carousel-indicators [data-bs-target]:hover { |
|||
background-color: #ecc781 !important; |
|||
} |
|||
|
|||
:root .carousel-dark .carousel-indicators [data-bs-target].active { |
|||
background-color: #ecc781 !important; |
|||
} |
|||
|
|||
:root .button-filter { |
|||
color: #ecc781 !important; |
|||
} |
|||
|
|||
:root .button-filter:after { |
|||
background: #ecc781 !important; |
|||
} |
|||
|
|||
:root .carousel-control-next path { |
|||
fill: #ecc781 !important; |
|||
} |
|||
|
|||
:root .home a { |
|||
text-decoration: none !important; |
|||
} |
|||
} |
|||
|
|||
.no-js { |
|||
display: block !important; |
|||
} |
|||
|
|||
.with-js { |
|||
display: none; |
|||
} |
|||
|
|||
#expertise { |
|||
display: block !important; |
|||
} |
|||
|
|||
.services { |
|||
background: none !important; |
|||
} |
|||
|
|||
.allposts { |
|||
display: block !important; |
|||
} |
|||
|
|||
#posts-filter { |
|||
display: none !important; |
|||
} |
|||
|
|||
#services { |
|||
display: none !important; |
|||
} |
|||
|
|||
#theme-toggle { |
|||
display: none !important; |
|||
} |
|||
|
|||
.work { |
|||
display: block !important; |
|||
} |
|||
|
|||
#work-filter { |
|||
display: none !important; |
|||
} |
|||
|
|||
#testimonials { |
|||
display: none !important; |
|||
} |
|||
|
|||
#testimonials-nojs { |
|||
display: block !important; |
|||
} |
|||
</style> |
|||
</noscript> |
|||
|
@ -1,7 +1,7 @@ |
|||
{ |
|||
"dependencies": { |
|||
"@fullhuman/postcss-purgecss": "^4.1.3", |
|||
"postcss": "^8.4.14", |
|||
"postcss-cli": "^10.0.0" |
|||
"@fullhuman/postcss-purgecss": "^5.0.0", |
|||
"postcss": "^8.4.21", |
|||
"postcss-cli": "^10.1.0" |
|||
} |
|||
} |
|||
|
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 38 KiB |
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 4.6 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 45 KiB |
After Width: | Height: | Size: 6.0 KiB |
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 6.1 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 6.2 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 7.0 KiB |
After Width: | Height: | Size: 5.6 KiB |
After Width: | Height: | Size: 5.6 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 9.2 KiB |
After Width: | Height: | Size: 8.2 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 5.0 KiB |
After Width: | Height: | Size: 5.8 KiB |
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 88 KiB |
After Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 4.8 KiB |