|
|
@@ -44,12 +44,12 @@ export default {
|
|
44
|
44
|
*/
|
|
45
|
45
|
const menuItems = computed(() => {
|
|
46
|
46
|
const extras = [
|
|
47
|
|
- 'center',
|
|
48
|
|
- 'education',
|
|
49
|
|
- 'resources',
|
|
50
|
|
- 'support',
|
|
51
|
|
- 'about',
|
|
52
|
|
- '🔍'
|
|
|
47
|
+ // 'center',
|
|
|
48
|
+ // 'education',
|
|
|
49
|
+ // 'resources',
|
|
|
50
|
+ // 'support',
|
|
|
51
|
+ // 'about',
|
|
|
52
|
+ // '🔍'
|
|
53
|
53
|
]
|
|
54
|
54
|
const ignored = [
|
|
55
|
55
|
'pages',
|
|
|
@@ -82,6 +82,8 @@ nav.main
|
|
82
|
82
|
a
|
|
83
|
83
|
/* text-decoration: none leave on for testing*/
|
|
84
|
84
|
color: $cia_black
|
|
|
85
|
+ &:hover
|
|
|
86
|
+ color: $cia_darker
|
|
85
|
87
|
h1
|
|
86
|
88
|
font-size: $ms-2
|
|
87
|
89
|
font-weight: 400
|
|
|
@@ -91,8 +93,6 @@ nav.main
|
|
91
|
93
|
width: $ms-3
|
|
92
|
94
|
height: $ms-3
|
|
93
|
95
|
padding: 0
|
|
94
|
|
- &:hover
|
|
95
|
|
- color: $cia_darker
|
|
96
|
96
|
|
|
97
|
97
|
.menu
|
|
98
|
98
|
display: none
|