CoolFace
Apppublic

lisa100/toolbox-titanium

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
style.css38 linesDownload Raw Back to wordpress-theme
1/*2Theme Name: Daily Tools3Theme URI: https://yourdomain.com4Author: Your Name5Description: WordPress theme for Daily Tools6Version: 1.07*/8 9/* Import existing CSS styles with WordPress-specific adjustments */10:root {11    --primary: #4f46e5;12    --primary-light: #6366f1;13    --text: #1f2937;14    --text-light: #6b7280;15    --bg: #f9fafb;16    --card-bg: #ffffff;17    --border: #e5e7eb;18}19 20/* Add all your existing CSS styles here */21.tool-card {22    /* Existing tool card styles */23}24 25.tool-modal {26    /* Existing modal styles */27}28 29/* WordPress-specific adjustments */30.alignwide {31    max-width: 1200px;32    margin-left: auto;33    margin-right: auto;34}35 36.wp-block {37    max-width: 1200px;38}