davvalent commited on 2022-04-27 03:17:00
Showing 1 changed files, with 7 additions and 0 deletions.
| ... | ... |
@@ -916,6 +916,13 @@ function rookie_custom_colors() {
|
| 916 | 916 |
font-size: inherit; |
| 917 | 917 |
} |
| 918 | 918 |
|
| 919 |
+ .widget ul.wp-block-social-links {
|
|
| 920 |
+ margin-left: 0; |
|
| 921 |
+} |
|
| 922 |
+ ul.wp-block-social-links .wp-block-social-link a.wp-block-social-link-anchor:hover {
|
|
| 923 |
+ background: transparent; |
|
| 924 |
+ } |
|
| 925 |
+ |
|
| 919 | 926 |
</style> |
| 920 | 927 |
<?php |
| 921 | 928 |
} |
| 922 | 929 |