mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-06 21:14:06 -04:00
added padding to styled code blocks
This commit is contained in:
parent
c485e48b64
commit
7e636125c3
3 changed files with 8 additions and 1 deletions
|
|
@ -56,4 +56,11 @@
|
|||
:root[data-theme="dark"] .theme-toggle .icon-moon {
|
||||
opacity: 1;
|
||||
transform: rotate(0deg) scale(1);
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.theme-toggle,
|
||||
.theme-toggle .icon {
|
||||
transition: none !important;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue