-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
58 lines (52 loc) · 1.23 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
52
53
54
55
56
57
58
/**
* Theme Name: Feuersee
* Description: New Meetup-Theme
* Version: 1.0.0
* Author: Simon Kraft
* Author URI: https://simonkraft.de
* Text Domain: feuersee
* Domain Path: /languages/
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Template: checathlon
*/
body,
button,
input,
select,
textarea,
blockquote,
.page-title,
.title-font,
.entry-subtitle,
.main-navigation a,
.after-content-widget-area .widget:first-of-type .widget-title,
.front-page-widget-area .widget:first-of-type .widget-title {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.main-navigation a:active,
.main-navigation a:focus,
.main-navigation a:hover,
.main-navigation .current-menu-ancestor>a,
.main-navigation .current-menu-item>a,
.before-footer-widgets-wrapper .icon,
.checathlon_widget_pricing .icon {
color: #00afaf;
}
a,
a:visited,
.site-branding .site-title a,
.site-branding .site-title a:visited {
color: #003b75;
}
button,
input[type=button],
input[type=reset],
input[type=submit],
a.button,
a.button:visited {
background-color: #003b75;
}
input[type=search] {
-webkit-appearance: none;
}