ol, ul { box-sizing: content-box; }

This commit is contained in:
AlxMedia 2022-05-30 09:42:09 +02:00
parent 65861f189a
commit 1c0bc6ce8b
2 changed files with 2 additions and 1 deletions

View file

@ -70,7 +70,7 @@
<?php if ( get_theme_mod( 'theme-toggle', 'off' ) == 'on' ): ?>
<div id="theme-toggle" class="group">
<a id="light" href="#"> <i class='fas fa-sun'></i></a>
<a id="light" href="#"><i class="fas fa-sun"></i></a>
<a id="dark" href="#"><i class="fas fa-moon"></i></a>
<div id="theme-toggle-ball"></div>
</div>

View file

@ -79,6 +79,7 @@ a:after { transition-property: background color; transition-duration: 0.2s; tran
a img { transition: opacity 0.2s ease; }
address,cite,em { font-style: italic; }
strong { font-weight: 600; }
ol, ul { box-sizing: content-box; }
.left,.alignleft { float: left; }
.right,.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; }