-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
47 lines (44 loc) · 1.07 KB
/
style.css
File metadata and controls
47 lines (44 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/*!
Theme Name: REACT
Theme URI: https://reactradio.org
Template: kadence
Author: Rank Foundry
Author URI: https://rankfoundry.com/
Description: A theme for REACT Radio Club.
Version: 1.0.1
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: react
*/
/*---------------------------------------------------------------*/
/*---------------------- Theme Styles ---------------------------*/
/*---------------------------------------------------------------*/
.wpseopress-faq {
margin-bottom: 2rem;
}
.single-content ol.breadcrumb {
padding-left: 0em;
}
form.wp-block-search {
display: flex;
justify-content: center;
width: 75%;
margin: 0 auto;
}
form.wp-block-search label {
display: none;
}
.sidebar-latest .grid-cols {
row-gap: 0;
}
.sidebar-latest .entry-header {
margin-bottom: 0.2rem;
}
.sidebar-latest .entry.loop-entry .entry-header .entry-title {
font-size: 18px;
line-height: 1.6;
font-weight: normal;
font-style: normal;
font-family: var(--global-body-font-family);
color: rgba(1,112,92,0.75);
}