-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
51 lines (44 loc) · 1.41 KB
/
style.css
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
48
49
50
51
/*
Theme Name: Joker
Theme URI: https://dwr.io
Description: A custom child theme for DWR.IO based on Powder.
Author: Dan Robert
Author URI: https://dwr.io
Template: powder
Version: 1.0.0
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: joker
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, translation-ready, wide-blocks
Joker WordPress Child Theme, (C) 2022-2023 Dan Robert.
Like the parent theme, Powder, Joker is distributed under the terms of the GNU GPL.
*/
/**
* Color Adjustments
*/
.wp-block-site-title a:hover,
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover,
.site-footer a:hover {
color: var(--wp--preset--color--highlight-2);
}
pre > code.hljs,
pre.wp-block-prismatic-blocks code.hljs {
background-color: var(--wp--preset--color--shadow);
}
.wp-site-blocks > main {
min-height: calc( 100vh - 198px);
}
.logged-in .wp-site-blocks > main {
min-height: calc( 100vh - 230px);
}
input#wp-block-search__input-1 {
background: var(--wp--preset--color--background);
color: var(--wp--preset--color--text);
border-color: var(--wp--preset--color--shadow);
}
input#wp-block-search__input-1::placeholder {
color: var(--wp--preset--color--text);
}