equal
deleted
inserted
replaced
|
1 /* |
|
2 Theme Name: IN-MOTION Child |
|
3 Theme URI: http://example.com/IN-MOTION-package-u1-child/ |
|
4 Description: IN-MOTION-package-u1 child theme |
|
5 Author: Yves-Marie Haussonne |
|
6 Author URI: http://www.iri.centrepompidou.fr |
|
7 Template: IN-MOTION-package-u1/in-motion |
|
8 Version: 1.0.0 |
|
9 License: GNU General Public License v2 or later |
|
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html |
|
11 Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready |
|
12 Text Domain: IN-MOTION-child |
|
13 */ |
|
14 |
|
15 .sti-menu { |
|
16 display: flex; |
|
17 flex-flow: row wrap; |
|
18 justify-content: center; |
|
19 } |
|
20 |
|
21 a { |
|
22 color: #850101; |
|
23 } |
|
24 |
|
25 a:hover { |
|
26 color: #e00202; |
|
27 } |
|
28 |