-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
21 lines (20 loc) · 779 Bytes
/
style.css
File metadata and controls
21 lines (20 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
Theme Name: LightSpeed Theme
Theme URI: https://lightspeedwp.agency/
Author: LightSpeed
Author URI: https://lightspeedwp.agency/
Description: LightSpeed Theme is a custom WordPress block theme built by LightSpeed for fast, accessible, maintainable websites using the WordPress Site Editor and block editor.
Version: 0.1.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ls-theme
Tags: block-theme, full-site-editing, custom-colors, custom-typography
*/
code,
pre {
font-family: var(--wp--preset--font-family--monospace);
font-size: var(--wp--preset--font-size--200);
}