mirror of
https://ghproxy.net/https://github.com/AlxMedia/shapebox.git
synced 2025-08-26 16:35:56 +08:00
ol, ul { box-sizing: content-box; }
This commit is contained in:
parent
65861f189a
commit
1c0bc6ce8b
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue