-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
35 lines (29 loc) · 804 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: Twenty Seventeen One Page example
Description: One Page features for the Twenty Seventeen theme
Author: strarsis
Template: twentyseventeen
Version: 1.0.0
Text Domain: twenty-seventeen-onepage
*/
/* Add offset for anchors when admin-bar is shown */
.twentyseventeen-panel,
:target:before { /* and for other anchor targets */
padding-top: 32px;
margin-top: -32px;
top: 32px;
position: relative;
}
:target:before {
content: "";
display: block;
visibility: hidden;
}
.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a,
.navigation-top .active > a {
/* Color of original theme styles: */
/* color: #767676; */
/* Using red so it is more clear in this example */
color: red;
}