-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
36 lines (31 loc) · 947 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
/*
Theme Name: Matt 2016
Theme URI: https://mattcromwell.dev
Description: Child theme for Beyond 2016
Author: Matt
Author URI: https://mattcromwell.dev
Template: beyond2016
Version: 1.1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template Version: 1.1.5
GitHub Theme URI: https://github.com/mathetos/matt2016
GitHub Branch: master
## CHANGELOG
1.1.5 January 21, 2017
-- Deleted "TEST" that I had prepended on oembed's for testing purposes
1.1.2 June 16, 2016
-- Commented out a var_dump that output the whole usermeta on the author.php page. Oops!
/* == Add your own styles below this line ==
--------------------------------------------*/
p.cc-block {
border: 3px solid rgba(0,0,0,0.15);
padding: 10px;
background: rgba(0,0,0,0.05);
color: #999;
}
p.cc-block a {
text-decoration: none !important;
box-shadow: 0 0 0 0;
opacity: 0.75;
}