
@ -1,123 +1,131 @@ |
|||||
<noscript> |
<noscript> |
||||
<style> |
<style> |
||||
@media (prefers-color-scheme: dark) { |
@media (prefers-color-scheme: dark) { |
||||
:root #fader { |
:root #fader { |
||||
background: #121212; |
background: #121212; |
||||
} |
} |
||||
|
|
||||
:root * { |
:root * { |
||||
background: #121212 !important; |
background: #121212 !important; |
||||
color: rgba(255, 255, 255, 0.87) !important; |
color: rgba(255, 255, 255, 0.87) !important; |
||||
} |
} |
||||
|
|
||||
:root a:not(.nav-link, .see-more) { |
:root a:not(.nav-link, .see-more) { |
||||
text-decoration: underline; |
text-decoration: underline; |
||||
} |
} |
||||
|
|
||||
:root .screen-reader-text:focus { |
:root .screen-reader-text:focus { |
||||
background-color: #ecc781; |
background-color: #ecc781; |
||||
} |
} |
||||
|
|
||||
:root .logo { |
:root .logo { |
||||
fill: #ecc781 !important; |
fill: #ecc781 !important; |
||||
} |
} |
||||
|
|
||||
:root a { |
:root a { |
||||
color: #ecc781 !important; |
color: #ecc781 !important; |
||||
border-color: #ecc781; |
border-color: #ecc781; |
||||
} |
} |
||||
|
|
||||
:root .inline-svg svg path { |
:root .inline-svg svg path { |
||||
color: #ecc781 !important; |
color: #ecc781 !important; |
||||
} |
} |
||||
|
|
||||
:root .acctoggle:hover, |
:root .acctoggle:hover, |
||||
:root .acctoggle:focus-visible, |
:root .acctoggle:focus-visible, |
||||
:root .acctoggle:focus { |
:root .acctoggle:focus { |
||||
border: 2px solid #ecc781; |
border: 2px solid #ecc781; |
||||
} |
} |
||||
|
|
||||
:root .tablinkservice:hover { |
:root .tablinkservice:hover { |
||||
color: #ecc781 !important; |
color: #ecc781 !important; |
||||
border-left-color: #ecc781; |
border-left-color: #ecc781; |
||||
} |
} |
||||
|
|
||||
:root .tablinkservice:focus-visible { |
:root .tablinkservice:focus-visible { |
||||
border-left: 0.2rem solid #ecc781 !important; |
border-left: 0.2rem solid #ecc781 !important; |
||||
} |
} |
||||
|
|
||||
:root .active { |
:root .active { |
||||
color: #ecc781 !important; |
color: #ecc781 !important; |
||||
border-left-color: #ecc781; |
border-left-color: #ecc781; |
||||
} |
} |
||||
|
|
||||
:root .carousel-dark .carousel-indicators [data-bs-target] { |
:root .carousel-dark .carousel-indicators [data-bs-target] { |
||||
border-color: #ecc781; |
border-color: #ecc781; |
||||
} |
} |
||||
|
|
||||
:root .carousel-dark .carousel-indicators [data-bs-target]:hover { |
:root .carousel-dark .carousel-indicators [data-bs-target]:hover { |
||||
background-color: #ecc781 !important; |
background-color: #ecc781 !important; |
||||
} |
} |
||||
|
|
||||
:root .carousel-dark .carousel-indicators [data-bs-target].active { |
:root .carousel-dark .carousel-indicators [data-bs-target].active { |
||||
background-color: #ecc781 !important; |
background-color: #ecc781 !important; |
||||
} |
} |
||||
|
|
||||
:root .button-filter { |
:root .button-filter { |
||||
color: #ecc781 !important; |
color: #ecc781 !important; |
||||
} |
} |
||||
|
|
||||
:root .button-filter:after { |
:root .button-filter:after { |
||||
background: #ecc781 !important; |
background: #ecc781 !important; |
||||
} |
} |
||||
|
|
||||
:root .carousel-control-next path { |
:root .carousel-control-next path { |
||||
fill: #ecc781 !important; |
fill: #ecc781 !important; |
||||
} |
} |
||||
|
|
||||
:root .home a { |
:root .home a { |
||||
text-decoration: none !important; |
text-decoration: none !important; |
||||
} |
} |
||||
} |
} |
||||
|
|
||||
#expertise { |
.no-js { |
||||
display: block !important; |
display: block !important; |
||||
} |
} |
||||
|
|
||||
.services { |
.with-js { |
||||
background: none !important; |
display: none; |
||||
} |
} |
||||
|
|
||||
.allposts { |
#expertise { |
||||
display: block !important; |
display: block !important; |
||||
} |
} |
||||
|
|
||||
#posts-filter { |
.services { |
||||
display: none !important; |
background: none !important; |
||||
} |
} |
||||
|
|
||||
#services { |
.allposts { |
||||
display: none !important; |
display: block !important; |
||||
} |
} |
||||
|
|
||||
#theme-toggle { |
#posts-filter { |
||||
display: none !important; |
display: none !important; |
||||
} |
} |
||||
|
|
||||
.work { |
#services { |
||||
display: block !important; |
display: none !important; |
||||
} |
} |
||||
|
|
||||
#work-filter { |
#theme-toggle { |
||||
display: none !important; |
display: none !important; |
||||
} |
} |
||||
|
|
||||
#testimonials { |
.work { |
||||
display: none !important; |
display: block !important; |
||||
} |
} |
||||
|
|
||||
#testimonials-nojs { |
#work-filter { |
||||
display: block !important; |
display: none !important; |
||||
} |
} |
||||
</style> |
|
||||
</noscript> |
#testimonials { |
||||
|
display: none !important; |
||||
|
} |
||||
|
|
||||
|
#testimonials-nojs { |
||||
|
display: block !important; |
||||
|
} |
||||
|
</style> |
||||
|
</noscript> |
||||
|
@ -1,7 +1,7 @@ |
|||||
{ |
{ |
||||
"dependencies": { |
"dependencies": { |
||||
"@fullhuman/postcss-purgecss": "^4.1.3", |
"@fullhuman/postcss-purgecss": "^5.0.0", |
||||
"postcss": "^8.4.14", |
"postcss": "^8.4.21", |
||||
"postcss-cli": "^10.0.0" |
"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 |