-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
42 lines (37 loc) · 888 Bytes
/
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
/*
Theme Name: AtLo
Theme URI: http://atlasloca.lcom
Author: Dan Robert
Author URI: http://dan.robert.blog
Template: pique
Description: WordPress theme the Atlas Local cowork space. A child theme of Pique.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: atlo
Tags:
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
* Parent Theme Overrides
*/
.site {
background: none;
box-shadow: none;
max-width: 100%;
}
#masthead {
background: none;
}
.pique-panel-background {
opacity: 1;
}
#pique-hero .pique-panel-content .entry-content p:first-of-type {
font-size: 1.5em;
}
@media (min-width: 768px) {
body:not(.no-background-fixed) .pique-panel-background {
background-attachment: scroll;
}
}